Share via


IEdmTypeConfiguration Interface

 

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
System_CAPS_pubproperty ClrType

The CLR type associated with the EdmType.

System_CAPS_pubproperty FullName

The fullname (including namespace) of the EdmType.

System_CAPS_pubproperty Kind

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

System_CAPS_pubproperty ModelBuilder

The ODataModelBuilder used to create this IEdmType.

System_CAPS_pubproperty Name

The name of the EdmType.

System_CAPS_pubproperty Namespace

The namespace of the EdmType.

See Also

System.Web.OData.Builder Namespace

Return to top