DataObject.DataObject Constructor
.NET Standard 2.x
Initializes an instance of the DataObject object.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
| Constructor | Description |
|---|---|
| DataObject(string syntax) | Initializes an instance of the DataObject object according to the syntax in the SRD file. |
| DataObject(string name, string syntax) | Initializes an instance of the DataObject object according to the syntax in the SRD file and specifies the name for the object. |
| DataObject(string name, string syntax, Type modelType) | Initializes an instance of the DataObject object according to the syntax in the SRD file and specifies the model type and name for the object. |