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
conditionintvalueobject
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 Condition
  Field Value
Value
Object value.
public object Value
  Field Value
- object