Parameter

Models a parameter.

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

Constructors

Parameter

Default constructor

Signature:
public Void Parameter()

Events

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

Properties

DataType

Parameter data type.

Signature:
public String DataType { get; set; }

IsParent

Whether this parameter is the parent entity of the results entities.

Signature:
public Boolean IsParent { get; set; }

Name

Parameter name.

Signature:
public String Name { get; set; }

Summary

Documentation.

Signature:
public String Summary { get; set; }

Methods

Equals

Checkes whether other is equals to this object.

Signature:
public Boolean Equals(other)
Returns

true if the objects are equal.

Parameters
Name Type Summary
other Parameter Object to compare.

Equals

Checks whether obj is equals to this object.

Signature:
public Boolean Equals(obj)
Returns

true if the objects are equal.

Parameters
Name Type Summary
obj Object Object to compare.

GetHashCode

Implemented to avoid warnings.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representarion of a parameter.

Signature:
public String ToString()