Maps a property to a parameter.
| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Name of the parameter or object property.
public String ParameterName { get; set; }Name of the property.
public String PropertyName { get; set; }Checks whether other is equals to this object.
public Boolean Equals(other)true if the objects are equals.
| Name | Type | Summary |
|---|---|---|
| other | ParameterPropertyMapping | Object to compare. |
Checks whether obj is equals to this object.
public Boolean Equals(obj)true if the objects are equals.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Not required implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representation of this object.
public String ToString()In this document