C# Class Estro.TinyGest.Infrastructure.EntityBase

Inheritance: IEntity, IDataErrorInfo, IFormattable
Mostrar archivo Open project: AugustoSansoni/TinyGest

Protected Properties

Property Type Description
dataErrorSupport DataErrorSupport

Public Methods

Method 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

Protected Methods

Method Description
EntityBase ( ) : System

Default Constructor.

EntityBase ( object key ) : System

Overloaded constructor.

Method Details

EntityBase() protected method

Default Constructor.
protected EntityBase ( ) : System
return System

EntityBase() protected method

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

Equals() public method

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.
return bool

GetHashCode() public method

Serves as a hash function for this type.
public GetHashCode ( ) : int
return int

NewKey() public static method

public static NewKey ( ) : object
return object

ToString() public abstract method

public abstract ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
return string

operator() public static method

Operator overload for determining inequality.
public static operator ( ) : bool
return bool

this() public method

public this ( string columnName ) : string
columnName string
return string

Property Details

dataErrorSupport protected_oe property

protected DataErrorSupport,Estro.TinyGest.Infrastructure dataErrorSupport
return DataErrorSupport