ForeignKeyColumn

Models a foreign key column.

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

Constructors

ForeignKeyColumn

Default constructor

Signature:
public Void ForeignKeyColumn()

Events

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

Properties

ColumnName

Column name.

Signature:
public String ColumnName { get; set; }

ReferencedColumnName

Referenced column name.

Signature:
public String ReferencedColumnName { 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 ForeignKeyColumn 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 obkect.

Signature:
public String ToString()