C# Class DataAccess.Mappings.Application.MailAddressType

Inheritance: IUserType
Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

Méthode Description
Assemble ( object cached, object owner ) : object
DeepCopy ( object value ) : object
Disassemble ( object value ) : object
Equals ( object x, object y ) : bool
GetHashCode ( object x ) : int
NullSafeGet ( IDataReader rs, string names, object owner ) : object
NullSafeSet ( IDbCommand cmd, object value, int index ) : void
Replace ( object original, object target, object owner ) : object

Method Details

Assemble() public méthode

public Assemble ( object cached, object owner ) : object
cached object
owner object
Résultat object

DeepCopy() public méthode

public DeepCopy ( object value ) : object
value object
Résultat object

Disassemble() public méthode

public Disassemble ( object value ) : object
value object
Résultat object

Equals() public méthode

public Equals ( object x, object y ) : bool
x object
y object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( object x ) : int
x object
Résultat int

NullSafeGet() public méthode

public NullSafeGet ( IDataReader rs, string names, object owner ) : object
rs IDataReader
names string
owner object
Résultat object

NullSafeSet() public méthode

public NullSafeSet ( IDbCommand cmd, object value, int index ) : void
cmd IDbCommand
value object
index int
Résultat void

Replace() public méthode

public Replace ( object original, object target, object owner ) : object
original object
target object
owner object
Résultat object