IndirectPropertyIDLevelRef
Indirect property ID level reference.
Name | Description | Type |
---|---|---|
type | Reference type selector. | IndirectPropertyIDLevelType |
id | ID. Semantics depend on the type selector. For eipidltPropertyDef, this is the ID of a property definition. For eipidltObjectType, this is the ID of an object type. For eipidltStateChanger, this is the ID of a workflow state (a state ID uniquely identifies the state, states of different workflows always have different IDs). | number |
reference_direction | Reference direction. Either From (Forward) or To (Reverse). | ReferenceDirection |
to_object_type | The object type whose objects establish the To direction. Ignored if the reference direction is From. | number |
Example
{
"type": 2 /* Enum: IndirectPropertyIDLevelType */,
"id": 0,
"reference_direction": 1 /* Enum: ReferenceDirection */,
"to_object_type": 0
}