C# 클래스 DataAccess.Mappings.Application.MailAddressType

상속: IUserType
파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore

공개 메소드들

메소드 설명
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

메소드 상세

Assemble() 공개 메소드

public Assemble ( object cached, object owner ) : object
cached object
owner object
리턴 object

DeepCopy() 공개 메소드

public DeepCopy ( object value ) : object
value object
리턴 object

Disassemble() 공개 메소드

public Disassemble ( object value ) : object
value object
리턴 object

Equals() 공개 메소드

public Equals ( object x, object y ) : bool
x object
y object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( object x ) : int
x object
리턴 int

NullSafeGet() 공개 메소드

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

NullSafeSet() 공개 메소드

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

Replace() 공개 메소드

public Replace ( object original, object target, object owner ) : object
original object
target object
owner object
리턴 object