Class ItemStructureFieldInfo
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
DataType
The field data type.
public string DataType { get; set; }
Property Value
Decimals
The number of decimals.
public int Decimals { get; set; }
Property Value
DefaultValue
The default value.
public string DefaultValue { get; set; }
Property Value
DisplayWidth
The display width.
public int DisplayWidth { get; set; }
Property Value
Expression
The expression.
public string Expression { get; set; }
Property Value
Flags
The field flags.
public string Flags { get; set; }
Property Value
Group
The field group.
public string Group { get; set; }
Property Value
IsNullable
True when the field is nullable.
public bool IsNullable { get; set; }
Property Value
IsReadOnly
True when the field is read-only.
public bool IsReadOnly { get; set; }
Property Value
IsRequired
True when the field is required.
public bool IsRequired { get; set; }
Property Value
IsVisible
True when the field is visible.
public bool IsVisible { get; set; }
Property Value
Locator
The locator name, if any.
public string Locator { get; set; }
Property Value
LookupSource
The lookup source name, if any.
public string LookupSource { get; set; }
Property Value
MaxLength
The maximum field length.
public int MaxLength { get; set; }
Property Value
Name
The field name.
public string Name { get; set; }
Property Value
SnapshotOf
The snapshot source field.
public string SnapshotOf { get; set; }
Property Value
Title
The field title.
public string Title { get; set; }