StateData Class

The DTO class for State.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class StateData : DescriptorBaseData

The StateData type exposes the following members.

Constructors
  NameDescription
Public methodStateData
Initializes a new instance of the StateData class.
Top
Properties
  NameDescription
Public propertyClassification
Gets or sets the classification for the state, which describes how "good" or "bad" the state is considered to be.
Public propertyConditions
Gets the state conditions.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBaseData.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBaseData.)
Public propertyLogicalOperator
Gets or sets the conditions logical operator, when multiple conditions are defined for a single state.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBaseData.)
Public propertyParentStateGroupId
Gets or sets the ID of the parent state group.
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 StateData and State.
Public methodStatic memberToDataContractMappings
The mapping between State and StateData.
Top
See Also