C# Class DataAccess.Mappings.Application.MailAddressType

Inheritance: IUserType
Mostrar archivo Open project: LeagueOfDevelopers/LodCore

Public Methods

Method 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 method

public Assemble ( object cached, object owner ) : object
cached object
owner object
return object

DeepCopy() public method

public DeepCopy ( object value ) : object
value object
return object

Disassemble() public method

public Disassemble ( object value ) : object
value object
return object

Equals() public method

public Equals ( object x, object y ) : bool
x object
y object
return bool

GetHashCode() public method

public GetHashCode ( object x ) : int
x object
return int

NullSafeGet() public method

public NullSafeGet ( IDataReader rs, string names, object owner ) : object
rs IDataReader
names string
owner object
return object

NullSafeSet() public method

public NullSafeSet ( IDbCommand cmd, object value, int index ) : void
cmd IDbCommand
value object
index int
return void

Replace() public method

public Replace ( object original, object target, object owner ) : object
original object
target object
owner object
return object