Method | Description | |
---|---|---|
Clone ( ) : |
||
ColumnValue ( string alias, object value ) : System | ||
ColumnValue ( string tableIdentifier, string columnName, object value ) : System | ||
Copy ( object newValue ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IsForIdentifier ( string tableIdentifier ) : bool | ||
IsForType ( |
||
MatchesValue ( object value ) : bool | ||
ToString ( ) : string |
public ColumnValue ( string alias, object value ) : System | ||
alias | string | |
value | object | |
return | System |
public ColumnValue ( string tableIdentifier, string columnName, object value ) : System | ||
tableIdentifier | string | |
columnName | string | |
value | object | |
return | System |
public Copy ( object newValue ) : |
||
newValue | object | |
return |
public IsForIdentifier ( string tableIdentifier ) : bool | ||
tableIdentifier | string | |
return | bool |
public IsForType ( |
||
type | ||
convention | IConvention | |
return | bool |