C# Class WeenyMapper.Mapping.ColumnValue

Exibir arquivo Open project: erikojebo/WeenyMapper Class Usage Examples

Public Methods

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

public Clone ( ) : ColumnValue
return ColumnValue

ColumnValue() public method

public ColumnValue ( string alias, object value ) : System
alias string
value object
return System

ColumnValue() public method

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

Copy() public method

public Copy ( object newValue ) : ColumnValue
newValue object
return ColumnValue

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsForIdentifier() public method

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

IsForType() public method

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

MatchesValue() public method

public MatchesValue ( object value ) : bool
value object
return bool

ToString() public method

public ToString ( ) : string
return string