Click or drag to resize

BiIndicatorPeriod Structure

A single period as defined by a BiIndicatorPeriodDefinition
Inheritance Hierarchy
SystemObject
  SystemValueType
    SanteDB.BI.ModelBiIndicatorPeriod

Namespace: SanteDB.BI.Model
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public struct BiIndicatorPeriod

The BiIndicatorPeriod type exposes the following members.

Constructors
 NameDescription
Public methodBiIndicatorPeriod Create new period
Top
Properties
 NameDescription
Public propertyEnd Gets the end of the period
Public propertyIndex Gets the period index
Public propertyStart Gets the start of the period
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Convert to string
(Overrides ValueTypeToString)
Top
Fields
 NameDescription
Public fieldStatic memberEmpty Empty period
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn 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)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also