Statement (class)
Namespace: PorticoXR.Reporting.Statements
Used to build and send reporting statements.
Properties
| Property | Type | Summary |
|---|---|---|
| Id | string |
Unique ID for this statement. |
| Context | IContext |
Statement context. |
| Result | IResult |
Statement result. |
| Timestamp | DateTime |
Time the statement was sent. |
| Verb | IVerb |
Statement verb. |
Methods
| Method | Return Type | Parameters | Summary |
|---|---|---|---|
| CreateAction | Statement |
IActivity activity,IVerb verb,string subject |
Create a new action statement. |
| CreateAction | Statement |
IActivity activity,Verb verb,string subject |
Create a new action statement. |
| CreateForActivity | Statement |
IActivity activity,IResult result |
Create a statement to update the status of an activity. |