IActivity (interface)
Namespace: PorticoXR.Reporting.Statements
Describes a reporting activity.
Properties
| Property | Type | Summary |
|---|---|---|
| Name | string |
Name of the activity. |
| ParentId | string |
ID of the parent (if this is a child of another activity). |
| Verb | IVerb |
Verb associated with the activity. |
| Children | IReadOnlyList<IActivity> |
Child activities. |