Méthode | Description | |
---|---|---|
ToString ( ) : string |
Returns the string representation of the current request.
|
Méthode | Description | |
---|---|---|
ApplyChanges ( |
Apply changes and raises domain events.
|
|
IJsonSerializable ( JsonReader reader ) : object | ||
IJsonSerializable ( JsonWriter writer ) : void | ||
Invoke ( ModelTransaction initChanges ) : |
Outputs the JSON for the specified instance to the response stream.
|
|
PerformQueries ( |
Performs the queries for the current request, either to prepare the model before applying changes (forLoad = false), or to actually load the model and transmit the requested instances to the client.
|
|
ProcessInstance ( ModelInstance instance, ModelStepList steps, bool includeInResponse, bool inScope, bool forLoad, |
Recursively builds up a list of instances to serialize.
|
|
ProcessQueryInstances ( |
||
RaiseEvents ( |
Raises domain events.
|
|
ServiceRequest ( ) : System |