Bi |
The BiIndicatorPeriodDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| BiIndicatorPeriodDefinition | Initializes a new instance of the BiIndicatorPeriodDefinition class |
| Name | Description | |
|---|---|---|
| DateTimeSpec | Represents a reference date which is the anchor point for the [!:Period]. | |
| Id |
Gets or sets the identifier
(Inherited from BiDefinition) | |
| Identifier |
Allows for the association of an external identifier
(Inherited from BiDefinition) | |
| Label |
Gets or sets the label
(Inherited from BiDefinition) | |
| MetaData |
Represents BI metadata about the object
(Inherited from BiDefinition) | |
| Name |
Gets or sets the alias name
(Inherited from BiDefinition) | |
| NotAfter | Time that this period is no longer active | |
| NotAfterXml | XML serialization helper for NotAfter | |
| NotBefore | The time where this period is active | |
| NotBeforeXml | XML serialization for NotBefore | |
| PeriodEndParameter | Gets or sets the ending parameter this period will pass to a query | |
| PeriodStartParameter | Gets or sets the parameter which this period will pass to a query as the starting period | |
| PeriodXml | XML serialization helper | |
| Ref |
Gets or sets the reference
(Inherited from BiDefinition) | |
| Status |
Gets or sets the status of the BI artifact
(Inherited from BiDefinition) | |
| StatusSpecified |
Status has been specified
(Inherited from BiDefinition) | |
| Uuid |
Gets or sets the UUID
(Inherited from BiDefinition) |
| Name | Description | |
|---|---|---|
| AsSummarized |
Get this instance as a summarized instanced
(Inherited from BiDefinition) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from BiDefinition) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from BiDefinition) | |
| GetPeriods | Get all periods for which this data is valid | |
| GetPeriods(DateTime, DateTime) | Get all periods since the specified period | |
| GetPeriods(DateTime, Int32) | Get number of periods | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Save |
Saves this metadata definition to the specified stream
(Inherited from BiDefinition) | |
| ShouldSerializeUuid |
UUID has been specified
(Inherited from BiDefinition) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryGetPeriod | Get a period from this BI indicator period definition that is during the specified time | |
| Validate |
Validate this BI definition
(Inherited from BiDefinition) |
| Name | Description | |
|---|---|---|
| IsSystemObject |
When true identifies the object as a system object
(Inherited from BiDefinition) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |