Class BulkUpdateSystem.FieldValueStorage
Inheritance
BulkUpdateSystem.FieldValueStorage
Assembly: SoDataBase.BusinessLogic.dll
Syntax
protected class BulkUpdateSystem.FieldValueStorage
Constructors
FieldValueStorage()
Declaration
public FieldValueStorage()
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
OperationType
Declaration
public string OperationType { get; set; }
Property Value
Values
Declaration
public string[] Values { get; set; }
Property Value
Extension Methods