Method | Description | |
---|---|---|
BooleanType ( ) : System |
Calls the parent constructor for int type
|
|
BooleanType ( |
|
|
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object |
|
|
IsDefaultValue ( |
|
|
Marshall ( object instance, |
||
NeedsJsonQuotationWrap ( ) : bool | ||
SimplEquals ( object left, object right ) : bool |
public BooleanType ( |
||
type | ||
return | System |
public GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object | ||
value | string | |
formatStrings | string | |
scalarUnmarshallingContext | IScalarUnmarshallingContext | |
return | object |
public IsDefaultValue ( |
||
field | ||
context | Object | |
return | bool |
public Marshall ( object instance, |
||
instance | object | |
context | ||
return | string |
public SimplEquals ( object left, object right ) : bool | ||
left | object | |
right | object | |
return | bool |