Struct UpdateObjectData
Defines an conditional entry for the object to update.
public struct UpdateObjectData- Inherited Members
Constructors
UpdateObjectData(int, object)
public UpdateObjectData(int condition, object value)Parameters
- conditionint
- valueobject
UpdateObjectData(object)
public UpdateObjectData(object value)Parameters
- valueobject
Fields
Condition
Condition for update; if non 0, this object will be updated, otherwise not.
public int ConditionField Value
Value
Object value.
public object ValueField Value
- object