C# Класс Estro.TinyGest.Infrastructure.EntityBase

Наследование: IEntity, IDataErrorInfo, IFormattable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
dataErrorSupport DataErrorSupport

Открытые методы

Метод Описание
Equals ( object entity ) : bool

Determines whether the specified entity is equal to the current instance.

GetHashCode ( ) : int

Serves as a hash function for this type.

NewKey ( ) : object
ToString ( string format, IFormatProvider formatProvider ) : string
operator ( ) : bool

Operator overload for determining inequality.

this ( string columnName ) : string

Защищенные методы

Метод Описание
EntityBase ( ) : System

Default Constructor.

EntityBase ( object key ) : System

Overloaded constructor.

Описание методов

EntityBase() защищенный Метод

Default Constructor.
protected EntityBase ( ) : System
Результат System

EntityBase() защищенный Метод

Overloaded constructor.
protected EntityBase ( object key ) : System
key object An that /// represents the primary identifier value for the /// class.
Результат System

Equals() публичный Метод

Determines whether the specified entity is equal to the current instance.
public Equals ( object entity ) : bool
entity object An that /// will be compared to the current instance.
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for this type.
public GetHashCode ( ) : int
Результат int

NewKey() публичный статический Метод

public static NewKey ( ) : object
Результат object

ToString() публичный абстрактный Метод

public abstract ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Результат string

operator() публичный статический Метод

Operator overload for determining inequality.
public static operator ( ) : bool
Результат bool

this() публичный Метод

public this ( string columnName ) : string
columnName string
Результат string

Описание свойств

dataErrorSupport защищенное свойство

protected DataErrorSupport,Estro.TinyGest.Infrastructure dataErrorSupport
Результат DataErrorSupport