C# Класс WeenyMapper.Mapping.ColumnValue

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Clone() публичный Метод

public Clone ( ) : ColumnValue
Результат ColumnValue

ColumnValue() публичный Метод

public ColumnValue ( string alias, object value ) : System
alias string
value object
Результат System

ColumnValue() публичный Метод

public ColumnValue ( string tableIdentifier, string columnName, object value ) : System
tableIdentifier string
columnName string
value object
Результат System

Copy() публичный Метод

public Copy ( object newValue ) : ColumnValue
newValue object
Результат ColumnValue

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

IsForIdentifier() публичный Метод

public IsForIdentifier ( string tableIdentifier ) : bool
tableIdentifier string
Результат bool

IsForType() публичный Метод

public IsForType ( Type type, IConvention convention ) : bool
type System.Type
convention IConvention
Результат bool

MatchesValue() публичный Метод

public MatchesValue ( object value ) : bool
value object
Результат bool

ToString() публичный Метод

public ToString ( ) : string
Результат string