Models an extended property.
Default constructor
public Void ExtendedProperty()Initializes a new instance of ExtendedProperty.
public Void ExtendedProperty(source)| Name | Type | Summary |
|---|---|---|
| source | ExtendedProperty |
| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Extended property key.
public String Key { get; set; }Extended property value.
public String Value { get; set; }Checks whethe this object is equals to the other.
public Boolean Equals(other)true if the objects are equals.
| Name | Type | Summary |
|---|---|---|
| other | ExtendedProperty | Object to compare. |
Checks whether this object is equals to the other.
public Boolean Equals(obj)true if the objects are equals.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Not required implemented to avoid warning.
public Int32 GetHashCode()Returns a textual representation of an Extended Property.
public String ToString()In this document