C# 클래스 WeenyMapper.Mapping.Row

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

공개 메소드들

메소드 설명
Add ( ColumnValue columnValue ) : void
Add ( IEnumerable columnValues ) : void
Add ( string columnAlias, object value ) : void
Clone ( ) : Row
GetColumnValue ( string columnName ) : ColumnValue
GetColumnValue ( string tableIdentifier, string columnName ) : ColumnValue
GetColumnValuesForAlias ( string alias ) : IList
GetColumnValuesForType ( Type type, IConvention convention ) : IList
HasColumnValue ( string tableName, string columnName ) : bool
HasValuesForTable ( string tableIdentifier ) : bool
HasValuesForType ( Type type, IConvention convention ) : bool
Remove ( ColumnValue columnValue ) : void
Remove ( IEnumerable columnValues ) : void
Row ( ) : System
Row ( IEnumerable columnValues ) : System
Row ( object>.IEnumerable values ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
IsGeneratedByWeenyMapper ( ColumnValue x ) : bool

메소드 상세

Add() 공개 메소드

public Add ( ColumnValue columnValue ) : void
columnValue ColumnValue
리턴 void

Add() 공개 메소드

public Add ( IEnumerable columnValues ) : void
columnValues IEnumerable
리턴 void

Add() 공개 메소드

public Add ( string columnAlias, object value ) : void
columnAlias string
value object
리턴 void

Clone() 공개 메소드

public Clone ( ) : Row
리턴 Row

GetColumnValue() 공개 메소드

public GetColumnValue ( string columnName ) : ColumnValue
columnName string
리턴 ColumnValue

GetColumnValue() 공개 메소드

public GetColumnValue ( string tableIdentifier, string columnName ) : ColumnValue
tableIdentifier string
columnName string
리턴 ColumnValue

GetColumnValuesForAlias() 공개 메소드

public GetColumnValuesForAlias ( string alias ) : IList
alias string
리턴 IList

GetColumnValuesForType() 공개 메소드

public GetColumnValuesForType ( Type type, IConvention convention ) : IList
type System.Type
convention IConvention
리턴 IList

HasColumnValue() 공개 메소드

public HasColumnValue ( string tableName, string columnName ) : bool
tableName string
columnName string
리턴 bool

HasValuesForTable() 공개 메소드

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

HasValuesForType() 공개 메소드

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

Remove() 공개 메소드

public Remove ( ColumnValue columnValue ) : void
columnValue ColumnValue
리턴 void

Remove() 공개 메소드

public Remove ( IEnumerable columnValues ) : void
columnValues IEnumerable
리턴 void

Row() 공개 메소드

public Row ( ) : System
리턴 System

Row() 공개 메소드

public Row ( IEnumerable columnValues ) : System
columnValues IEnumerable
리턴 System

Row() 공개 메소드

public Row ( object>.IEnumerable values ) : System
values object>.IEnumerable
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string