ContextualRecordData Class

Class used for contextual value serialization.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataInput.DataObjectsContextualRecordData

Namespace:  Dundas.BI.Data.DataInput.DataObjects
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[DataContractAttribute]
public class ContextualRecordData

The ContextualRecordData type exposes the following members.

Constructors
  NameDescription
Public methodContextualRecordData
Initializes a new instance of the ContextualRecordData class
Top
Properties
  NameDescription
Public propertyCreatedBy
Gets or sets the account that created the value.
Public propertyCreatedTime
Gets or sets the date and time when the value was created.
Public propertyData
Gets or sets the contextual value metadata.
Public propertyHierarchyHash
Gets or sets the hierarchy hash.
Public propertyHierarchyLevelHash
Gets or sets the hierarchy level hash.
Public propertyId
Gets or sets the value ID.
Public propertyLastModifiedBy
Gets or sets the account that modified the value.
Public propertyLastModifiedTime
Gets or sets the date and time when the value was modified.
Public propertyMeasure
Gets or sets the measure unique name.
Public propertyParameterHash
Gets or sets the parameter value hash.
Public propertyValue
Gets or sets the contextual value.
Top
See Also