IndexColumn

Models an index column.

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

Constructors

IndexColumn

Default constructor

Signature:
public Void IndexColumn()

Events

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

Properties

Direction

Column direction.

Signature:
public Direction Direction { get; set; }

IsIncludedColumn

Whether the column is a Sql Server included column.

Signature:
public Boolean IsIncludedColumn { get; set; }

Name

Index column name.

Signature:
public String Name { get; set; }

Position

Position of the column within the index.

Signature:
public Int32 Position { 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 IndexColumn 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 warning.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representation of this object.

Signature:
public String ToString()