C# Class WeenyMapper.Mapping.ColumnValue

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

Méthodes publiques

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

Method Details

Clone() public méthode

public Clone ( ) : ColumnValue
Résultat ColumnValue

ColumnValue() public méthode

public ColumnValue ( string alias, object value ) : System
alias string
value object
Résultat System

ColumnValue() public méthode

public ColumnValue ( string tableIdentifier, string columnName, object value ) : System
tableIdentifier string
columnName string
value object
Résultat System

Copy() public méthode

public Copy ( object newValue ) : ColumnValue
newValue object
Résultat ColumnValue

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsForIdentifier() public méthode

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

IsForType() public méthode

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

MatchesValue() public méthode

public MatchesValue ( object value ) : bool
value object
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string