ParameterPropertyMapping

Maps a property to a parameter.

Namespace:
KpokEntityTool.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.IEquatable{KpokEntityTool.Models.ParameterPropertyMapping}, System.ComponentModel.INotifyPropertyChanged

Constructors

ParameterPropertyMapping

Default constructor

Signature:
public Void ParameterPropertyMapping()

Events

Type Name Summary
PropertyChangedEventHandler PropertyChanged Notify that a property was changed.

Properties

ParameterName

Name of the parameter or object property.

Signature:
public String ParameterName { get; set; }

PropertyName

Name of the property.

Signature:
public String PropertyName { get; set; }

Methods

Equals

Checks whether other is equals to this object.

Signature:
public Boolean Equals(other)
Returns

true if the objects are equals.

Parameters
Name Type Summary
other ParameterPropertyMapping Object to compare.

Equals

Checks whether obj is equals to this object.

Signature:
public Boolean Equals(obj)
Returns

true if the objects are equals.

Parameters
Name Type Summary
obj Object Object to compare.

GetHashCode

Not required implemented to avoid warnings.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representation of this object.

Signature:
public String ToString()