Method | Description | |
---|---|---|
GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object | ||
Marshall ( object instance, |
||
SimplEquals ( object left, object right ) : bool |
Method | Description | |
---|---|---|
RectTypeBase ( |
public abstract GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object | ||
value | String | |
formatStrings | String | |
scalarUnmarshallingContext | IScalarUnmarshallingContext | |
return | object |
public abstract Marshall ( object instance, |
||
instance | object | |
context | ||
return | string |
protected RectTypeBase ( |
||
type | ||
javaTypeName | string | |
objCTypeName | string | |
dbTypeName | string | |
return | System |
public SimplEquals ( object left, object right ) : bool | ||
left | object | |
right | object | |
return | bool |