Context
Context class
This class contains the entity, the period and the scenario that collectively give the appropriate context for understanding the values of items.
Constructors
Name | Description |
---|
Context(ContextPeriod, ContextEntity) | Initializes a new instance of Context class. |
Properties
Name | Description |
---|
Entity { get; set; } | Gets or sets the entity of the context. |
Id { get; set; } | Gets or sets the id of the context. |
Period { get; set; } | Gets or sets the period of the context. |
Scenario { get; set; } | Gets or sets the scenario of the context. |
See Also