Compartir a través de


IEdmTypeConfiguration Interfaz

Definición

Representa un EdmType.

public interface IEdmTypeConfiguration
type IEdmTypeConfiguration = interface
Public Interface IEdmTypeConfiguration
Derivado

Propiedades

ClrType

El tipo CLR asociado a EdmType.

FullName

Nombre completo (con el espacio de nombres incluido) de EdmType.

Kind

El tipo de EdmType. Algunos ejemplos son EntityType, ComplexType, PrimitiveType, CollectionType y EnumType.

ModelBuilder

ODataModelBuilder usado para crear el IEdmType.

Name

El nombre de EdmType.

Namespace

El espacio de nombres de EdmType.

Se aplica a