Table of Contents

Class repFormOrder

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the settings for a form order defined in the repository.

public class repFormOrder
Inheritance
repFormOrder
Inherited Members
Extension Methods

Properties

CaptionTC

Returns the caption.

public string CaptionTC { get; }

Property Value

string

ExplanationTC

Returns the explanation.

public string ExplanationTC { get; }

Property Value

string

Form

Returns the repository form this form order is part of.

public repForm Form { get; }

Property Value

repForm

FormOrderControlPropsList

Returns the properties of specific controls for this form order.

public repFormOrderControlPropertiesList FormOrderControlPropsList { get; }

Property Value

repFormOrderControlPropertiesList

GroupIdentifier

Returns the SQL expression identifying a group.

public string GroupIdentifier { get; }

Property Value

string

GroupIdentifierScript

Returns a script expression to get the display value of the Group Identifier.

public string GroupIdentifierScript { get; }

Property Value

string

Name

Returns the name

public string Name { get; }

Property Value

string

Notes

Returns the notes for this form order.

public string Notes { get; }

Property Value

string

PreGroupingOrder

Returns the SQL expression to apply before the grouping takes place.

public string PreGroupingOrder { get; }

Property Value

string

SysFormOrderID

Returns the SysFormOrderID in the repository.

public int SysFormOrderID { get; }

Property Value

int

TableOrder

Returns the SQL expression to set the order in the query.

public string TableOrder { get; }

Property Value

string

Methods

Permissions(int)

Returns the permissions for this form order for the specified pSysGroupID.

public repFormOrderPermissions Permissions(int pSysGroupID)

Parameters

pSysGroupID int

The SysGroupID to get the permissions for. Use 0 for the default permissions.

Returns

repFormOrderPermissions

The permissions.