Clase EdmElement
Representa una clase base común de todos los elementos EDM.
Jerarquía de herencia
System.Object
Microsoft.Data.Edm.Library.EdmElement
Más...
Espacio de nombres: Microsoft.Data.Edm.Library
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
Public MustInherit Class EdmElement _
Implements IEdmElement
'Uso
Dim instance As EdmElement
public abstract class EdmElement : IEdmElement
public ref class EdmElement abstract : IEdmElement
[<AbstractClassAttribute>]
type EdmElement =
class
interface IEdmElement
end
public abstract class EdmElement implements IEdmElement
El tipo EdmElement expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
![]() |
EdmElement | Crea una nueva instancia de la clase EdmElement. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Métodos de extensión
Nombre | Descripción | |
---|---|---|
![]() |
Errors | Obtiene los errores, si los hay, que pertenecen a este elemento o a elementos incluidos en este elemento.Por ejemplo, los errores de un tipo estructural incluyen los errores del propio tipo y los errores de sus propiedades declaradas.El método no analiza los elementos a los que hace referencia este elemento.Por ejemplo, los errores de una propiedad no incluyen los errores de su tipo. (Con definición de ValidationExtensionMethods.) |
![]() |
IsBad | Indica si este elemento contiene errores devueltos por el método Errors(IEdmElement). (Con definición de ValidationExtensionMethods.) |
![]() |
Location | Obtiene la ubicación del elemento especificado. (Con definición de ExtensionMethods.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.Data.Edm.Library
Jerarquía de herencia
System.Object
Microsoft.Data.Edm.Library.EdmElement
Microsoft.Data.Edm.Library.Annotations.EdmDirectValueAnnotation
Microsoft.Data.Edm.Library.Annotations.EdmPropertyValueBinding
Microsoft.Data.Edm.Library.Annotations.EdmVocabularyAnnotation
Microsoft.Data.Edm.Library.EdmCoreModel
Microsoft.Data.Edm.Library.EdmEntityContainer
Microsoft.Data.Edm.Library.EdmEntitySet
Microsoft.Data.Edm.Library.EdmModelBase
Microsoft.Data.Edm.Library.EdmNamedElement
Microsoft.Data.Edm.Library.EdmType
Microsoft.Data.Edm.Library.EdmTypeReference
Microsoft.Data.Edm.Library.EdmValueTerm
Microsoft.Data.Edm.Library.Expressions.EdmAssertTypeExpression
Microsoft.Data.Edm.Library.Expressions.EdmCollectionExpression
Microsoft.Data.Edm.Library.Expressions.EdmEntitySetReferenceExpression
Microsoft.Data.Edm.Library.Expressions.EdmEnumConstantReferenceExpression
Microsoft.Data.Edm.Library.Expressions.EdmFunctionApplicationExpression
Microsoft.Data.Edm.Library.Expressions.EdmFunctionReferenceExpression
Microsoft.Data.Edm.Library.Expressions.EdmIfExpression
Microsoft.Data.Edm.Library.Expressions.EdmIsTypeExpression
Microsoft.Data.Edm.Library.Expressions.EdmLabeledExpression
Microsoft.Data.Edm.Library.Expressions.EdmLabeledExpressionReferenceExpression
Microsoft.Data.Edm.Library.Expressions.EdmParameterReferenceExpression
Microsoft.Data.Edm.Library.Expressions.EdmPathExpression
Microsoft.Data.Edm.Library.Expressions.EdmPropertyConstructor
Microsoft.Data.Edm.Library.Expressions.EdmPropertyReferenceExpression
Microsoft.Data.Edm.Library.Expressions.EdmRecordExpression
Microsoft.Data.Edm.Library.Expressions.EdmValueTermReferenceExpression