
C# |
public class Parameter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Parameter()()()() | Initializes a new instance of the Parameter class |
![]() | AllowedValues |
Gets and sets the property AllowedValues.
The valid range of values for the parameter. |
![]() | DataType |
Gets and sets the property DataType.
The data type of the parameter. |
![]() | Description |
Gets and sets the property Description.
A description of the parameter. |
![]() | Equals(Object) | (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.) |
![]() | IsModifiable |
Gets and sets the property IsModifiable.
If |
![]() | MinimumEngineVersion |
Gets and sets the property MinimumEngineVersion.
The earliest engine version to which the parameter can apply. |
![]() | ParameterName |
Gets and sets the property ParameterName.
The name of the parameter. |
![]() | ParameterValue |
Gets and sets the property ParameterValue.
The value of the parameter. |
![]() | Source |
Gets and sets the property Source.
The source of the parameter value, such as "engine-default" or "user". |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAllowedValues(String) | Obsolete.
Sets the AllowedValues property
|
![]() | WithDataType(String) | Obsolete.
Sets the DataType property
|
![]() | WithDescription(String) | Obsolete.
Sets the Description property
|
![]() | WithIsModifiable(Boolean) | Obsolete.
Sets the IsModifiable property
|
![]() | WithMinimumEngineVersion(String) | Obsolete.
Sets the MinimumEngineVersion property
|
![]() | WithParameterName(String) | Obsolete.
Sets the ParameterName property
|
![]() | WithParameterValue(String) | Obsolete.
Sets the ParameterValue property
|
![]() | WithSource(String) | Obsolete.
Sets the Source property
|

Object | |
![]() | Parameter |