PlaceholderNodeData Class

Data contract for PlaceholderNode.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsSyntaxTreeNodeData
      Dundas.BI.WebApi.ModelsPlaceholderNodeData

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 PlaceholderNodeData : SyntaxTreeNodeData

The PlaceholderNodeData type exposes the following members.

Constructors
 NameDescription
Public methodPlaceholderNodeData Initializes a new instance of the PlaceholderNodeData class.
Top
Properties
 NameDescription
Public propertyChildren Gets the children.
(Inherited from SyntaxTreeNodeData)
Public propertyEndColumnNumber Gets the ending column number.
(Inherited from SyntaxTreeNodeData)
Public propertyEndLineNumber Gets the ending line number.
(Inherited from SyntaxTreeNodeData)
Public propertyPlaceholderName Gets or sets the name of the placeholder.
Public propertyStartColumnNumber Gets the starting column number.
(Inherited from SyntaxTreeNodeData)
Public propertyStartLineNumber Gets the starting line number.
(Inherited from SyntaxTreeNodeData)
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping Get the mapping rules from the entity to the data contract.
Top
See Also