C# 클래스 WeenyMapper.Mapping.ColumnValue

파일 보기 프로젝트 열기: erikojebo/WeenyMapper 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : ColumnValue
ColumnValue ( string alias, object value ) : System
ColumnValue ( string tableIdentifier, string columnName, object value ) : System
Copy ( object newValue ) : ColumnValue
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsForIdentifier ( string tableIdentifier ) : bool
IsForType ( Type type, IConvention convention ) : bool
MatchesValue ( object value ) : bool
ToString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ColumnValue
리턴 ColumnValue

ColumnValue() 공개 메소드

public ColumnValue ( string alias, object value ) : System
alias string
value object
리턴 System

ColumnValue() 공개 메소드

public ColumnValue ( string tableIdentifier, string columnName, object value ) : System
tableIdentifier string
columnName string
value object
리턴 System

Copy() 공개 메소드

public Copy ( object newValue ) : ColumnValue
newValue object
리턴 ColumnValue

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsForIdentifier() 공개 메소드

public IsForIdentifier ( string tableIdentifier ) : bool
tableIdentifier string
리턴 bool

IsForType() 공개 메소드

public IsForType ( Type type, IConvention convention ) : bool
type System.Type
convention IConvention
리턴 bool

MatchesValue() 공개 메소드

public MatchesValue ( object value ) : bool
value object
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string