Class TMeasurement
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class TMeasurement
- Inheritance
-
TMeasurement
- Inherited Members
-
Constructors
TMeasurement()
Properties
AsAt
public DateTimeOffset AsAt { get; set; }
Property Value
- DateTimeOffset
AsAtDate
public DateTime AsAtDate { get; set; }
Property Value
- DateTime
AsAtDay
public int AsAtDay { get; set; }
Property Value
- int
AsAtMonth
public int AsAtMonth { get; set; }
Property Value
- int
AsAtQuarter
public int AsAtQuarter { get; set; }
Property Value
- int
AsAtWeek
public int AsAtWeek { get; set; }
Property Value
- int
AsAtYear
public int AsAtYear { get; set; }
Property Value
- int
ContainerIdentifier
public Guid? ContainerIdentifier { get; set; }
Property Value
- Guid?
ContainerName
public string ContainerName { get; set; }
Property Value
- string
ContainerType
public string ContainerType { get; set; }
Property Value
- string
IntervalType
public string IntervalType { get; set; }
Property Value
- string
MeasurementIdentifier
public Guid MeasurementIdentifier { get; set; }
Property Value
- Guid
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
QuantityDelta
public decimal? QuantityDelta { get; set; }
Property Value
- decimal?
QuantityDeltaText
public string QuantityDeltaText { get; set; }
Property Value
- string
QuantityFunction
public string QuantityFunction { get; set; }
Property Value
- string
QuantityType
public string QuantityType { get; set; }
Property Value
- string
QuantityUnit
public string QuantityUnit { get; set; }
Property Value
- string
QuantityValue
public decimal QuantityValue { get; set; }
Property Value
- decimal
QuantityValueText
public string QuantityValueText { get; set; }
Property Value
- string
UniquePath
public string UniquePath { get; set; }
Property Value
- string
UniquePathHash
public int UniquePathHash { get; set; }
Property Value
- int
VariableItem
public string VariableItem { get; set; }
Property Value
- string
VariableList
public string VariableList { get; set; }
Property Value
- string
VariableRoot
public string VariableRoot { get; set; }
Property Value
- string
Methods
CalculateUniquePath()
public string CalculateUniquePath()
Returns
- string
CalculateUniquePathHash()
public int CalculateUniquePathHash()
Returns
- int
PrepareToSave(Guid, string, Guid?, string)
public void PrepareToSave(Guid organization, string containerType = null, Guid? containerId = null, string containerName = null)
Parameters
organization Guid
containerType string
containerId Guid?
containerName string