Method | Description | |
---|---|---|
CanBindTo ( this function, IEdmCollectionType collection ) : bool | ||
CanBindTo ( this function, IEdmEntityType entity ) : bool | ||
EdmFullName ( this clrType ) : string | ||
EdmName ( this clrType ) : string | ||
FindBindableAction ( this |
||
FindBindableAction ( this |
||
GetClrType ( IEdmTypeReference edmTypeReference, IEdmModel edmModel ) : |
||
GetClrType ( IEdmTypeReference edmTypeReference, IEdmModel edmModel, IAssembliesResolver assembliesResolver ) : |
||
GetCollection ( this entityType ) : IEdmCollectionType | ||
GetEdmPrimitiveTypeOrNull ( |
||
GetEdmPrimitiveTypeReferenceOrNull ( |
||
GetEdmType ( this edmModel, |
||
GetEdmTypeReference ( this edmModel, |
||
GetMatchingActions ( this |
||
IsNonstandardEdmPrimitive ( |
||
IsNullable ( |
Method | Description | |
---|---|---|
ExtractGenericInterface ( |
||
GetMatchingTypes ( string edmFullName, IAssembliesResolver assembliesResolver ) : IEnumerable |
||
GetPrimitiveType ( EdmPrimitiveTypeKind primitiveKind ) : IEdmPrimitiveType | ||
MangleClrTypeName ( |
public static CanBindTo ( this function, IEdmCollectionType collection ) : bool | ||
function | this | |
collection | IEdmCollectionType | |
return | bool |
public static CanBindTo ( this function, IEdmEntityType entity ) : bool | ||
function | this | |
entity | IEdmEntityType | |
return | bool |
public static EdmFullName ( this clrType ) : string | ||
clrType | this | |
return | string |
public static EdmName ( this clrType ) : string | ||
clrType | this | |
return | string |
public static FindBindableAction ( this |
||
functions | this |
|
collectionType | IEdmCollectionType | |
actionIdentifier | string | |
return | IEdmFunctionImport |
public static FindBindableAction ( this |
||
functions | this |
|
entityType | IEdmEntityType | |
actionIdentifier | string | |
return | IEdmFunctionImport |
public static GetClrType ( IEdmTypeReference edmTypeReference, IEdmModel edmModel ) : |
||
edmTypeReference | IEdmTypeReference | |
edmModel | IEdmModel | |
return |
public static GetClrType ( IEdmTypeReference edmTypeReference, IEdmModel edmModel, IAssembliesResolver assembliesResolver ) : |
||
edmTypeReference | IEdmTypeReference | |
edmModel | IEdmModel | |
assembliesResolver | IAssembliesResolver | |
return |
public static GetCollection ( this entityType ) : IEdmCollectionType | ||
entityType | this | |
return | IEdmCollectionType |
public static GetEdmPrimitiveTypeOrNull ( |
||
clrType | ||
return | IEdmPrimitiveType |
public static GetEdmPrimitiveTypeReferenceOrNull ( |
||
clrType | ||
return | IEdmPrimitiveTypeReference |
public static GetEdmType ( this edmModel, |
||
edmModel | this | |
clrType | ||
return | IEdmType |
public static GetEdmTypeReference ( this edmModel, |
||
edmModel | this | |
clrType | ||
return | IEdmTypeReference |
public static GetMatchingActions ( this |
||
functions | this |
|
actionIdentifier | string | |
return | IEnumerable |
public static IsNonstandardEdmPrimitive ( |
||
type | ||
isNonstandardEdmPrimitive | bool | |
return |
public static IsNullable ( |
||
type | ||
return | bool |