Partager via


IEdmTypeConfiguration Interface

Définition

Représente un EdmType

public interface IEdmTypeConfiguration
type IEdmTypeConfiguration = interface
Public Interface IEdmTypeConfiguration
Dérivé

Propriétés

ClrType

Le type CLR associé au EdmType.

FullName

Nom complet (espace de noms compris) d'EdmType.

Kind

Genre d'EdmType. Exemples : EntityType, ComplexType, PrimitiveType, CollectionType, EnumType.

ModelBuilder

ODataModelBuilder ayant servi à la création d'IEdmType.

Name

Nom de l'EdmType.

Namespace

Nom d'espaces de l'EdmType.

S’applique à