IEdmTypeConfiguration Interface

 

Represents an EdmType

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

public interface class IEdmTypeConfiguration

NameDescription
System_CAPS_pubpropertyClrType

The CLR type associated with the EdmType.

System_CAPS_pubpropertyFullName

The fullname (including namespace) of the EdmType.

System_CAPS_pubpropertyKind

The kind of the EdmType. Examples include EntityType, ComplexType, PrimitiveType, CollectionType.

System_CAPS_pubpropertyModelBuilder

The ODataModelBuilder used to create this IEdmType.

System_CAPS_pubpropertyName

The name of the EdmType.

System_CAPS_pubpropertyNamespace

The namespace of the EdmType.

Return to top
Show: