| ExchangeObject Constructor |
Namespace:
Omada.OE.AppLogic.Serialization.Model
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic ExchangeObject(
Operation operation,
Guid objectUId,
int objectTypeId = 0,
string tag = null
)
Parameters
- operation
- Type: Omada.OE.AppLogic.Serialization.ModelOperation
- objectUId
- Type: SystemGuid
The UId of the data object that the Exchange Object represents.
- objectTypeId (Optional)
- Type: SystemInt32
The Id of the data object type of the data object that the Exchange Object represents.
- tag (Optional)
- Type: SystemString
See Also