Class GetCustomObjectRequest
The message sent by the consumer when retrieving an instance of a custom object.
Inherited Members
Namespace: Integration.MessageContracts .CustomObjectManagement
Syntax
[MessageContract]
public class GetCustomObjectRequest : PlatinaMessageBase
Properties
PropID
The unique identifier of the object.
Declaration
[MessageBodyMember]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The unique identifier of the object. |
Methods
IsValid()
Check if message request is valid.
Declaration
public override IsValidResult IsValid()
Returns
Type | Description |
---|---|
Is |
IsValidResult containing an error message if invalid. |