UDDInputParams class
The objects of this class must be created in Python script in the GetUDDInputParams and SetUDDInputParams functions.
Attributes :
- Input Name (string)
- Input Description (string)
- Input Type (string) (This can be boolean, number, text, trace, or solution.)
- BoolData (boolean)
- DoubleData (double)
- TextData (string)
- ReportType (string)
- SolutionName (string)
- DomainName (string)
Constructors:
- UDDInputParams(string name, string description, string type)
- UDDInputParams(string name, string description, string type, bool data)
- UDDInputParams(string name, string description, string type, double data)
- UDDInputParams(string name, string description, string type, string data)
- UDDInputParams(string name, string description, string type, string reportType, string solutionName, string domainName)
Property Accessors :
- Name : Get/Set the name of an input
- Description : Get/Set the description of an input
- Type : Get/Set the type of an input
- BoolData : Get/Set the data of a boolean input
- DoubleData : Get/Set the data of a number input
- TextData : Get/Set the data of a text input
- ReportType : Get/Set the report type
- SolutionName : Get/Set the name of the solution
- DomainName : Get/Set the name of the domain