StateConditionData Class

The DTO class for StateCondition, and also derived types, such as HierarchyCondition and MeasureCondition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsStateConditionData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class StateConditionData : BaseDataContract

The StateConditionData type exposes the following members.

Constructors
 NameDescription
Public methodStateConditionData Initializes a new instance of the StateConditionData class.
Top
Properties
 NameDescription
Public propertyComparison Gets or sets the comparison operator.
Public propertyHierarchy Gets the hierarchy usage the comparison is conducted against.
Public propertyParentStateId Gets or sets the ID of the parent state.
Public propertyTargetMeasure Gets the target measure to be used in comparisons.
Public propertyTargetMember Gets the target member used for comparison.
Public propertyTargetToken Gets the target token, valid for time based hierarchy conditions.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between StateConditionData and StateCondition.
Public methodStatic memberToDataContractMappings The mapping between StateCondition and StateConditionData.
Top
See Also