Request

Response

    ParameterDefinition class

    ParameterDefinition is used to build parameters

    public class ParameterDefinition
    

    Public Members

    namedescription
    ParameterDefinition(…) ParameterDefinition constructor with Enum input of schemaID of build in parameters (2 constructors)
    static Create(…) This is used to create diffiernt parameter definition as per parameter data type (2 methods)
    Description { get; set; } It gives more description about parameter
    GroupID { set; } Group ID of parameter.
    GroupName { get; } Group Name of the Parameter
    IsCustomParameter { get; set; } IsCustomParameter is used to understand is parameter is custom parameter or not
    Name { get; set; } It is name of parameter
    ParameterDataType { get; set; } Parameter data type like int , float etc.
    ReadOnly { get; set; } If true, the parameter's value should not be editable in user interface, e.g. if its value is calculated by the application.
    SampleText { get; set; } Text to be displayed when the parameter has no value
    SpecID { set; } Spec ID of parameter.
    SpecName { get; } Spec Name of the Parameter

    See Also