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