Parameter Class |
Namespace: NetQuarry.Metadata
The Parameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Gets the parameter's attributes.
|
![]() | Category |
Gets the parameter's category name. The category is used by the studio to group properties in the property sheet.
Category names are stored in the Studio's parameter_categories picklist.
|
![]() | DataType |
Gets the parameter's data type.
|
![]() | DataTypeAttributes |
Gets the parameter's data type attributes. These attributes are defined in system metadata.
|
![]() | DefaultValue |
Returns the default value.
|
![]() | DefaultValueExpr |
Returns the expression to use as the default value.
|
![]() | Description |
Gets the parameter's description. Parameter descriptions are stored as text and used by the Studio to display help text in the property sheet.
|
![]() | ID |
Gets the parameter's ID.
|
![]() | MaskName |
For enumeration types only, the name of an enumeration item in the enumeration specifying a sub-attribute mask.
If a MaskName is provided and a corresponding enumeration item is found in the enumeration, the mask is used to
determine which attributes are valid in the current context.
|
![]() | Module |
Gets the parameter's Module.
|
![]() | ModuleAttributes |
Returns the attributes for the module
|
![]() | Name |
Gets the name of the parameter.
|
![]() | ParameterTypeName |
Gets the parameter's type name.
|
![]() | ParamTxt |
Gets/sets the value of the xmt_parameters.param_txt column.
|
![]() | PickListKey |
The PickList key (id) assigned to this parameter.
|
![]() | Properties |
Returns the object's Properties collection.
|
![]() | TextItems |
Returns the object's TextItems collection.
|
Name | Description | |
---|---|---|
![]() | Clone |
Returns a MemberwiseClone copy of this object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |