PollingConditionData Class

Base data contract object for returning an PollingCondition through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsPollingConditionData

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 PollingConditionData : BaseDataContract

The PollingConditionData type exposes the following members.

Constructors
 NameDescription
Public methodPollingConditionData Initializes a new instance of the PollingConditionData class.
Top
Properties
 NameDescription
Public propertyPreviousPollsCount Gets or sets the total number of previous polls to analyze.
Public propertyPreviousPollsInterval Gets or sets the previous polls to analyze, by taking only those sampled in the specified time interval.
Public propertyRequiredNumber Gets or sets the number of previous polls required by the DataDrivenCondition.
Public propertyRequiredPercentage Gets or sets the percentage of previous polls required by the DataDrivenCondition.
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 PollingConditionData and PollingCondition.
Public methodStatic memberToDataContractMappings The mapping between PollingCondition and PollingConditionData.
Top
See Also