메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public ColumnValue ( string tableIdentifier, string columnName, object value ) : System | ||
tableIdentifier | string | |
columnName | string | |
value | object | |
리턴 | System |
public IsForIdentifier ( string tableIdentifier ) : bool | ||
tableIdentifier | string | |
리턴 | bool |
public IsForType ( |
||
type | ||
convention | IConvention | |
리턴 | bool |