Method | Description | |
---|---|---|
DeriveCrossPlatformName ( |
|
|
SimplEquals ( object left, object right ) : bool |
Determines if two objects represented by the SimplType are equivilant.
|
Method | Description | |
---|---|---|
DeriveJavaTypeName ( ) : String |
|
|
DeriveObjectiveCTypeName ( ) : String |
|
|
SimplType ( |
|
|
SimplType ( string name, |
|
public static DeriveCrossPlatformName ( |
||
cSharpType | ||
isScalar | bool | |
return | string |
protected abstract DeriveJavaTypeName ( ) : String | ||
return | String |
protected abstract DeriveObjectiveCTypeName ( ) : String | ||
return | String |
public abstract SimplEquals ( object left, object right ) : bool | ||
left | object | Left hand side |
right | object | Right hand side |
return | bool |
protected SimplType ( |
||
cSharpType | ||
isScalar | System.Boolean | |
javaTypeName | String | |
objectiveCTypeName | String | |
dbTypeName | String | |
return | System |
protected SimplType ( string name, |
||
name | string | |
cSharpType | ||
javaTypeName | String | |
objectiveCTypeName | String | |
dbTypeName | String | |
return | System |