C# Class WeenyMapper.Mapping.Row

Afficher le fichier Open project: erikojebo/WeenyMapper Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsGeneratedByWeenyMapper ( ColumnValue x ) : bool

Method Details

Add() public méthode

public Add ( ColumnValue columnValue ) : void
columnValue ColumnValue
Résultat void

Add() public méthode

public Add ( IEnumerable columnValues ) : void
columnValues IEnumerable
Résultat void

Add() public méthode

public Add ( string columnAlias, object value ) : void
columnAlias string
value object
Résultat void

Clone() public méthode

public Clone ( ) : Row
Résultat Row

GetColumnValue() public méthode

public GetColumnValue ( string columnName ) : ColumnValue
columnName string
Résultat ColumnValue

GetColumnValue() public méthode

public GetColumnValue ( string tableIdentifier, string columnName ) : ColumnValue
tableIdentifier string
columnName string
Résultat ColumnValue

GetColumnValuesForAlias() public méthode

public GetColumnValuesForAlias ( string alias ) : IList
alias string
Résultat IList

GetColumnValuesForType() public méthode

public GetColumnValuesForType ( Type type, IConvention convention ) : IList
type System.Type
convention IConvention
Résultat IList

HasColumnValue() public méthode

public HasColumnValue ( string tableName, string columnName ) : bool
tableName string
columnName string
Résultat bool

HasValuesForTable() public méthode

public HasValuesForTable ( string tableIdentifier ) : bool
tableIdentifier string
Résultat bool

HasValuesForType() public méthode

public HasValuesForType ( Type type, IConvention convention ) : bool
type System.Type
convention IConvention
Résultat bool

Remove() public méthode

public Remove ( ColumnValue columnValue ) : void
columnValue ColumnValue
Résultat void

Remove() public méthode

public Remove ( IEnumerable columnValues ) : void
columnValues IEnumerable
Résultat void

Row() public méthode

public Row ( ) : System
Résultat System

Row() public méthode

public Row ( IEnumerable columnValues ) : System
columnValues IEnumerable
Résultat System

Row() public méthode

public Row ( object>.IEnumerable values ) : System
values object>.IEnumerable
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string