Share via


IEdmTypeConfiguration Interface

Definition

Represents an EdmType

public interface IEdmTypeConfiguration
type IEdmTypeConfiguration = interface
Public Interface IEdmTypeConfiguration
Derived

Properties

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, EnumType.

ModelBuilder

The ODataModelBuilder used to create this IEdmType.

Name

The name of the EdmType.

Namespace

The namespace of the EdmType.

Applies to