SyntaxTreeNodeData Constructor (String) |
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic SyntaxTreeNodeData(
string uiType
)
Public Sub New (
uiType As String
)
public:
SyntaxTreeNodeData(
String^ uiType
)
new :
uiType : string -> SyntaxTreeNodeDataParameters
- uiType
- Type: SystemString
The UI type.
See Also