Class repFieldSettings
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the group specific field settings.
public class repFieldSettings
- Inheritance
-
repFieldSettings
- Inherited Members
- Extension Methods
Properties
AutomaticallyAddWildCards
Returns if searching without wildcards for text values in this field should automatically add wild cards.
public bool AutomaticallyAddWildCards { get; }
Property Value
CaptionTC
Returns the caption.
public string CaptionTC { get; }
Property Value
DefaultValueScript
Returns the script expression used for the default value.
public string DefaultValueScript { get; }
Property Value
Domain
Returns the domain for this field from the repository.
public repDomain Domain { get; }
Property Value
ExplanationTC
Returns the explanation.
public string ExplanationTC { get; }
Property Value
Field
Returns the field these settings are part of.
public repField Field { get; }
Property Value
IgnoreChangesByOthers
Returns if changes by others are to be ignored during an update.
public bool IgnoreChangesByOthers { get; }
Property Value
LimitForeignKeyOptionsInSearch
Returns if options for a foreign key shown in the search list are to be limited to the found options in this table.
public bool LimitForeignKeyOptionsInSearch { get; }
Property Value
Required
Returns if this field is required.
public bool Required { get; }
Property Value
SysDomainID
Returns the SysDomainID of the domain for this field.
public int SysDomainID { get; }
Property Value
Tag
Returns the default value for the tag.
public string Tag { get; }