Parameter implements a data model for an application patameter.
Default constructor
public Void Parameter()
Initializes a new instance of Parameter.
public Void Parameter(id)
Name | Type | Summary |
---|---|---|
id | String | Parameter id. |
Initializes a new instance of Parameter.
public Void Parameter(id, value)
Name | Type | Summary |
---|---|---|
id | String | Parameter id. |
value | String | Parameter value. |
Gets whether the model validation must be enforced.
public Boolean EnforceModelValidation { get; }
Parameter identification.
public String Id { get; set; }
Value os the parameter.
public String Value { get; set; }
Checks whether other is equal to this object.
public Boolean Equals(other)
Name | Type | Summary |
---|---|---|
other | Parameter | The object to check equality to. |
Checks whether obj is equal to this object.
public Boolean Equals(obj)
Name | Type | Summary |
---|---|---|
obj | Object | The object to compare this object to. |
Serves as the default hash function.
public Int32 GetHashCode()
Returns a textual representation.
public String ToString()
In this document