C# Class Estro.TinyGest.Infrastructure.EntityBase

Inheritance: IEntity, IDataErrorInfo, IFormattable
Afficher le fichier Open project: AugustoSansoni/TinyGest

Protected Properties

Свойство Type Description
dataErrorSupport DataErrorSupport

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
EntityBase ( ) : System

Default Constructor.

EntityBase ( object key ) : System

Overloaded constructor.

Method Details

EntityBase() protected méthode

Default Constructor.
protected EntityBase ( ) : System
Résultat System

EntityBase() protected méthode

Overloaded constructor.
protected EntityBase ( object key ) : System
key object An that /// represents the primary identifier value for the /// class.
Résultat System

Equals() public méthode

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.
Résultat bool

GetHashCode() public méthode

Serves as a hash function for this type.
public GetHashCode ( ) : int
Résultat int

NewKey() public static méthode

public static NewKey ( ) : object
Résultat object

ToString() public abstract méthode

public abstract ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Résultat string

operator() public static méthode

Operator overload for determining inequality.
public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string

Property Details

dataErrorSupport protected_oe property

protected DataErrorSupport,Estro.TinyGest.Infrastructure dataErrorSupport
Résultat DataErrorSupport