Method | Description | |
---|---|---|
EdmFullName ( this clrType ) : string | ||
EdmName ( this clrType ) : string | ||
GetClrType ( IEdmType edmType, IEdmModel edmModel, IAssembliesResolver assembliesResolver ) : Type | ||
GetClrType ( IEdmTypeReference edmTypeReference, IEdmModel edmModel ) : Type | ||
GetClrType ( IEdmTypeReference edmTypeReference, IEdmModel edmModel, IAssembliesResolver assembliesResolver ) : Type | ||
GetDefinition ( this edmTypeReference ) : IEdmType | ||
GetEdmPrimitiveTypeOrNull ( Type clrType ) : IEdmPrimitiveType | ||
GetEdmPrimitiveTypeReferenceOrNull ( Type clrType ) : IEdmPrimitiveTypeReference | ||
GetEdmType ( this edmModel, Type clrType ) : IEdmType | ||
GetEntityType ( this navigationSource ) : IEdmEntityType | ||
GetKey ( this edmEntityType ) : IEnumerable |
||
GetOperationType ( this edmOperationParameter ) : IEdmTypeReference | ||
GetPropertyType ( this edmProperty ) : IEdmTypeReference | ||
IsNullable ( Type type ) : bool | ||
ToEdmTypeReference ( this edmType, bool isNullable ) : IEdmTypeReference |
Method | Description | |
---|---|---|
ExtractGenericInterface ( Type queryType, Type interfaceType ) : Type | ||
GetEdmType ( IEdmModel edmModel, Type clrType, bool testCollections ) : IEdmType | ||
GetMatchingTypes ( string edmFullName, IAssembliesResolver assembliesResolver ) : IEnumerable |
||
GetPrimitiveType ( EdmPrimitiveTypeKind primitiveKind ) : IEdmPrimitiveType | ||
MangleClrTypeName ( Type type ) : string |
public static EdmFullName ( this clrType ) : string | ||
clrType | this | |
return | string |
public static EdmName ( this clrType ) : string | ||
clrType | this | |
return | string |
public static GetClrType ( IEdmType edmType, IEdmModel edmModel, IAssembliesResolver assembliesResolver ) : Type | ||
edmType | IEdmType | |
edmModel | IEdmModel | |
assembliesResolver | IAssembliesResolver | |
return | Type |
public static GetClrType ( IEdmTypeReference edmTypeReference, IEdmModel edmModel ) : Type | ||
edmTypeReference | IEdmTypeReference | |
edmModel | IEdmModel | |
return | Type |
public static GetClrType ( IEdmTypeReference edmTypeReference, IEdmModel edmModel, IAssembliesResolver assembliesResolver ) : Type | ||
edmTypeReference | IEdmTypeReference | |
edmModel | IEdmModel | |
assembliesResolver | IAssembliesResolver | |
return | Type |
public static GetDefinition ( this edmTypeReference ) : IEdmType | ||
edmTypeReference | this | |
return | IEdmType |
public static GetEdmPrimitiveTypeOrNull ( Type clrType ) : IEdmPrimitiveType | ||
clrType | Type | |
return | IEdmPrimitiveType |
public static GetEdmPrimitiveTypeReferenceOrNull ( Type clrType ) : IEdmPrimitiveTypeReference | ||
clrType | Type | |
return | IEdmPrimitiveTypeReference |
public static GetEdmType ( this edmModel, Type clrType ) : IEdmType | ||
edmModel | this | |
clrType | Type | |
return | IEdmType |
public static GetEntityType ( this navigationSource ) : IEdmEntityType | ||
navigationSource | this | |
return | IEdmEntityType |
public static GetKey ( this edmEntityType ) : IEnumerable |
||
edmEntityType | this | |
return | IEnumerable |
public static GetOperationType ( this edmOperationParameter ) : IEdmTypeReference | ||
edmOperationParameter | this | |
return | IEdmTypeReference |
public static GetPropertyType ( this edmProperty ) : IEdmTypeReference | ||
edmProperty | this | |
return | IEdmTypeReference |
public static IsNullable ( Type type ) : bool | ||
type | Type | |
return | bool |
public static ToEdmTypeReference ( this edmType, bool isNullable ) : IEdmTypeReference | ||
edmType | this | |
isNullable | bool | |
return | IEdmTypeReference |