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
ExplanationTC
Returns the explanation.
public string ExplanationTC { get; }
  Property Value
Form
Returns the repository form this form order is part of.
public repForm Form { get; }
  Property Value
FormOrderControlPropsList
Returns the properties of specific controls for this form order.
public repFormOrderControlPropertiesList FormOrderControlPropsList { get; }
  Property Value
GroupIdentifier
Returns the SQL expression identifying a group.
public string GroupIdentifier { get; }
  Property Value
GroupIdentifierScript
Returns a script expression to get the display value of the Group Identifier.
public string GroupIdentifierScript { get; }
  Property Value
Name
Returns the name
public string Name { get; }
  Property Value
Notes
Returns the notes for this form order.
public string Notes { get; }
  Property Value
PreGroupingOrder
Returns the SQL expression to apply before the grouping takes place.
public string PreGroupingOrder { get; }
  Property Value
SysFormOrderID
Returns the SysFormOrderID in the repository.
public int SysFormOrderID { get; }
  Property Value
TableOrder
Returns the SQL expression to set the order in the query.
public string TableOrder { get; }
  Property Value
Methods
Permissions(int)
Returns the permissions for this form order for the specified pSysGroupID.
public repFormOrderPermissions Permissions(int pSysGroupID)
  Parameters
pSysGroupIDintThe SysGroupID to get the permissions for. Use 0 for the default permissions.
Returns
- repFormOrderPermissions
 The permissions.