Table of Contents

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

bool

CaptionTC

Returns the caption.

public string CaptionTC { get; }

Property Value

string

DefaultValueScript

Returns the script expression used for the default value.

public string DefaultValueScript { get; }

Property Value

string

Domain

Returns the domain for this field from the repository.

public repDomain Domain { get; }

Property Value

repDomain

ExplanationTC

Returns the explanation.

public string ExplanationTC { get; }

Property Value

string

Field

Returns the field these settings are part of.

public repField Field { get; }

Property Value

repField

IgnoreChangesByOthers

Returns if changes by others are to be ignored during an update.

public bool IgnoreChangesByOthers { get; }

Property Value

bool

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

bool

Required

Returns if this field is required.

public bool Required { get; }

Property Value

bool

SysDomainID

Returns the SysDomainID of the domain for this field.

public int SysDomainID { get; }

Property Value

int

Tag

Returns the default value for the tag.

public string Tag { get; }

Property Value

string