Class FieldValueInfo
Inheritance
System.Object
FieldValueInfo
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: SoDataBase.dll
Syntax
public class FieldValueInfo : ICloneable
Constructors
FieldValueInfo(FieldValueInfo)
Declaration
protected FieldValueInfo(FieldValueInfo rhs)
Parameters
FieldValueInfo(FieldValueInfo.EKeyType)
Declaration
public FieldValueInfo(FieldValueInfo.EKeyType keyType = FieldValueInfo.EKeyType.kStandard)
Parameters
Fields
CanSupportMultiUse
Declaration
public bool CanSupportMultiUse
Field Value
ControlInfos
Declaration
public ControlInfo[] ControlInfos
Field Value
CurrentOperationType
Declaration
public string CurrentOperationType
Field Value
Type |
Description |
System.String |
|
DefaultShowInGui
Declaration
public bool DefaultShowInGui
Field Value
DefaultShowInSelector
Declaration
public bool DefaultShowInSelector
Field Value
EncodedDataCaption
Declaration
public string EncodedDataCaption
Field Value
Type |
Description |
System.String |
|
EncodedDataCaptionDescription
Declaration
public string EncodedDataCaptionDescription
Field Value
Type |
Description |
System.String |
|
EncodedDisplayDescription
Declaration
public string EncodedDisplayDescription
Field Value
Type |
Description |
System.String |
|
EncodedDisplayName
Declaration
public string EncodedDisplayName
Field Value
Type |
Description |
System.String |
|
IconHint
Declaration
Field Value
Type |
Description |
System.String |
|
IsActive
Declaration
Field Value
Key
Declaration
Field Value
Type |
Description |
System.String |
|
KeyType
Declaration
public FieldValueInfo.EKeyType KeyType
Field Value
Mandatory
Declaration
Field Value
OperationInfos
Declaration
public OperationInfo[] OperationInfos
Field Value
Values
Declaration
Field Value
Type |
Description |
System.String[] |
|
ValueType
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|
IsModified()
Declaration
Returns
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)