-
Notifications
You must be signed in to change notification settings - Fork 2
GetAllRequest Class
sequenze edited this page Jul 14, 2017
·
4 revisions
Entity representing a message of a GetAll request.
Object > MessageBase > RequestBase
public sealed class GetAllRequest : RequestBase, IMessage| Name | Description |
|---|---|
| Template | Gets or sets the underlying array of values constituting the template pattern. |
| Source | Gets or sets the identify of the original requester. |
| Session | Gets or sets the unique session identifier used by the source to distinguish requests. |
| Target | Gets or sets the global identifier that identifies the target space. |
| Actiontype | Gets or sets the action to be executed by the remote space. |
| Action | See Actiontype. Specified due to json. |
| Name | Description |
|---|---|
| GetAllRequest() | Initializes a new instances of the GetAllRequest class. |
| GetAllRequest(String,String,String,Object[]) | Initializes a new instances of the GetAllRequest class. |
| Name | Description |
|---|---|
| Box() | Boxes the message contents from native .NET primitive types into language independent textual representations. |
| Unbox() | Unboxes the message contents from language independent textual representations into native .NET primitive types. |