IEdmTypeConfiguration Interface
Represents an EdmType
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public interface IEdmTypeConfiguration
public interface class IEdmTypeConfiguration
type IEdmTypeConfiguration = interface end
Public Interface IEdmTypeConfiguration
Properties
Name | Description | |
---|---|---|
ClrType | The CLR type associated with the EdmType. |
|
FullName | The fullname (including namespace) of the EdmType. |
|
Kind | The kind of the EdmType. Examples include EntityType, ComplexType, PrimitiveType, CollectionType. |
|
ModelBuilder | The ODataModelBuilder used to create this IEdmType. |
|
Name | The name of the EdmType. |
|
Namespace | The namespace of the EdmType. |
See Also
System.Web.Http.OData.Builder Namespace
Return to top