Class BulkUpdateSystem.FieldValueStorage
Inheritance
BulkUpdateSystem.FieldValueStorage
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[DataContract(Namespace = "BulkUpdate")]
protected class BulkUpdateSystem.FieldValueStorage
Constructors
FieldValueStorage(bool, string, string, string[])
Declaration
public FieldValueStorage(bool i_Active, string i_Key, string i_OperationType, string[] i_Values)
Parameters
Fields
Active
Declaration
[DataMember]
public bool Active
Field Value
Key
Declaration
[DataMember]
public string Key
Field Value
OperationType
Declaration
[DataMember]
public string OperationType
Field Value
Values
Declaration
[DataMember]
public string[] Values
Field Value
Extension Methods