Class FormFieldsExtender.FormField
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public sealed class FormField : ValueType
Fields
DisplayValue
Declaration
public string DisplayValue
Field Value
Type | Description |
---|---|
String |
Identifier
Declaration
public string Identifier
Field Value
Type | Description |
---|---|
String |
Index
Declaration
public int Index
Field Value
Type | Description |
---|---|
Int32 |
Label
Declaration
public string Label
Field Value
Type | Description |
---|---|
String |
OriginalLabel
Declaration
public string OriginalLabel
Field Value
Type | Description |
---|---|
String |
ReadOnly
Declaration
public string ReadOnly
Field Value
Type | Description |
---|---|
String |
sequence
Declaration
public string sequence
Field Value
Type | Description |
---|---|
String |
SubType
Declaration
public string SubType
Field Value
Type | Description |
---|---|
String |
Table
Declaration
public FormFieldValueTableInfo Table
Field Value
Type | Description |
---|---|
FormFieldValueTableInfo |
Type
Declaration
public string Type
Field Value
Type | Description |
---|---|
String |
Value
Declaration
public string Value
Field Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)