DataSource.NET
7.1.23.41524-1415d4ff
|
Interface for sending IJsonMessage messages. More...
Public Member Functions | |
bool | isPatch () |
Checks if the JSON object is a patch. More... | |
Properties | |
Object | JsonObject [get] |
Gets the the JSON object. More... | |
string | JsonString [get] |
Gets the the JSON object string. More... | |
Properties inherited from Caplin.DataSource.Messaging.IMessage | |
bool | Image [get, set] |
Gets or sets a boolean value indicating whether this IMessage represents an image or an update. More... | |
string | Subject [get] |
Gets the subject of this message. More... | |
Interface for sending IJsonMessage messages.
These messages may be images or patches as defined in RFC 6902.
The initial message sent should be a JSON image.
The example below demonstrates sending a JSON image message.
The example below demonstrates sending a JSON patch message.
bool Caplin.DataSource.Messaging.JSON.IJsonMessage.isPatch | ( | ) |
Checks if the JSON object is a patch.
True if the object is a patch, false if it's an image.
|
get |
Gets the the JSON object.