Table of Contents

Class ItemStructureFieldInfo

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Serializable field information for an item structure FactBox.

public class ItemStructureFieldInfo
Inheritance
ItemStructureFieldInfo
Inherited Members
Extension Methods

Constructors

ItemStructureFieldInfo()

Constructor.

public ItemStructureFieldInfo()

Properties

CodeProvider

The code provider name.

public string CodeProvider { get; set; }

Property Value

string

DataType

The field data type.

public string DataType { get; set; }

Property Value

string

Decimals

The number of decimals.

public int Decimals { get; set; }

Property Value

int

DefaultValue

The default value.

public string DefaultValue { get; set; }

Property Value

string

DisplayWidth

The display width.

public int DisplayWidth { get; set; }

Property Value

int

Expression

The expression.

public string Expression { get; set; }

Property Value

string

Flags

The field flags.

public string Flags { get; set; }

Property Value

string

Group

The field group.

public string Group { get; set; }

Property Value

string

IsNullable

True when the field is nullable.

public bool IsNullable { get; set; }

Property Value

bool

IsReadOnly

True when the field is read-only.

public bool IsReadOnly { get; set; }

Property Value

bool

IsRequired

True when the field is required.

public bool IsRequired { get; set; }

Property Value

bool

IsVisible

True when the field is visible.

public bool IsVisible { get; set; }

Property Value

bool

Locator

The locator name, if any.

public string Locator { get; set; }

Property Value

string

LookupSource

The lookup source name, if any.

public string LookupSource { get; set; }

Property Value

string

MaxLength

The maximum field length.

public int MaxLength { get; set; }

Property Value

int

Name

The field name.

public string Name { get; set; }

Property Value

string

SnapshotOf

The snapshot source field.

public string SnapshotOf { get; set; }

Property Value

string

Title

The field title.

public string Title { get; set; }

Property Value

string