C# 클래스 Estro.TinyGest.Infrastructure.EntityBase

상속: IEntity, IDataErrorInfo, IFormattable
파일 보기 프로젝트 열기: AugustoSansoni/TinyGest

보호된 프로퍼티들

프로퍼티 타입 설명
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