C# Class WeenyMapper.Mapping.Row

Mostrar archivo Open project: erikojebo/WeenyMapper Class Usage Examples

Public Methods

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

Private Methods

Method Description
IsGeneratedByWeenyMapper ( ColumnValue x ) : bool

Method Details

Add() public method

public Add ( ColumnValue columnValue ) : void
columnValue ColumnValue
return void

Add() public method

public Add ( IEnumerable columnValues ) : void
columnValues IEnumerable
return void

Add() public method

public Add ( string columnAlias, object value ) : void
columnAlias string
value object
return void

Clone() public method

public Clone ( ) : Row
return Row

GetColumnValue() public method

public GetColumnValue ( string columnName ) : ColumnValue
columnName string
return ColumnValue

GetColumnValue() public method

public GetColumnValue ( string tableIdentifier, string columnName ) : ColumnValue
tableIdentifier string
columnName string
return ColumnValue

GetColumnValuesForAlias() public method

public GetColumnValuesForAlias ( string alias ) : IList
alias string
return IList

GetColumnValuesForType() public method

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

HasColumnValue() public method

public HasColumnValue ( string tableName, string columnName ) : bool
tableName string
columnName string
return bool

HasValuesForTable() public method

public HasValuesForTable ( string tableIdentifier ) : bool
tableIdentifier string
return bool

HasValuesForType() public method

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

Remove() public method

public Remove ( ColumnValue columnValue ) : void
columnValue ColumnValue
return void

Remove() public method

public Remove ( IEnumerable columnValues ) : void
columnValues IEnumerable
return void

Row() public method

public Row ( ) : System
return System

Row() public method

public Row ( IEnumerable columnValues ) : System
columnValues IEnumerable
return System

Row() public method

public Row ( object>.IEnumerable values ) : System
values object>.IEnumerable
return System

ToString() public method

public ToString ( ) : string
return string