SeparatorLineData Class

Represents a template for returning a SeparatorLine through the REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsSeparatorLineData

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

The SeparatorLineData type exposes the following members.

Constructors
 NameDescription
Public methodSeparatorLineData Initializes a new instance of the SeparatorLineData class.
Top
Properties
 NameDescription
Public propertyInterval Gets or sets the regular interval which this line is displayed at.
Public propertyIntervalOffset Gets or sets the initial index to begin displaying the line.
Public propertyStroke Gets or sets the line stroke.
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 SeparatorLineData and SeparatorLine.
Public methodStatic memberToDataContractMappings The mapping between SeparatorLine and SeparatorLineData.
Top
See Also