Models a parameter.
| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Parameter data type.
public String DataType { get; set; }Whether this parameter is the parent entity of the results entities.
public Boolean IsParent { get; set; }Parameter name.
public String Name { get; set; }Documentation.
public String Summary { get; set; }Checkes whether other is equals to this object.
public Boolean Equals(other)true if the objects are equal.
| Name | Type | Summary |
|---|---|---|
| other | Parameter | Object to compare. |
Checks whether obj is equals to this object.
public Boolean Equals(obj)true if the objects are equal.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representarion of a parameter.
public String ToString()