ExtendedProperty

Models an extended property.

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

Constructors

ExtendedProperty

Default constructor

Signature:
public Void ExtendedProperty()

ExtendedProperty

Initializes a new instance of ExtendedProperty.

Signature:
public Void ExtendedProperty(source)
Parameters
Name Type Summary
source ExtendedProperty

Events

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

Properties

Key

Extended property key.

Signature:
public String Key { get; set; }

Value

Extended property value.

Signature:
public String Value { get; set; }

Methods

Equals

Checks whethe this object is equals to the other.

Signature:
public Boolean Equals(other)
Returns

true if the objects are equals.

Parameters
Name Type Summary
other ExtendedProperty Object to compare.

Equals

Checks whether this object is equals to the other.

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 warning.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representation of an Extended Property.

Signature:
public String ToString()