Skip to content

QueryAllRequest Class

sequenze edited this page Jun 19, 2017 · 4 revisions

Entity representing a message of a QueryAll request.

Inheritance Hierarchy

Object > MessageBase > BasicRequest

Syntax

public sealed class QueryAllRequest : BasicRequest, IMessage, IReadRequest

Properties

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.

Constructors

Name                                                                                     Description
QueryAllRequest() Initializes a new instances of the QueryAllRequest class.
QueryAllRequest(String,String,String,Object[]) Initializes a new instances of the QueryAllRequest class.

See Also

MessageBase, BasicRequest, IMessage, IReadRequest

Clone this wiki locally