EdmElement Class

Represents the common base class for all EDM elements.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.Library.EdmElement
    More...

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public MustInherit Class EdmElement _
    Implements IEdmElement
'Usage
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

The EdmElement type exposes the following members.

Constructors

  Name Description
Protected method EdmElement Creates a new instance of the EdmElement class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method Errors Gets the errors, if any, that belong to this element or elements that this element contains. For example errors for a structural type include the errors of the type itself and errors of its declared properties. The method does not analyze elements referenced by this element. For example errors of a property do not include errors from its type. (Defined by ValidationExtensionMethods.)
Public Extension Method IsBad Indicates whether this element contains errors returned by the Errors(IEdmElement) method. (Defined by ValidationExtensionMethods.)
Public Extension Method Location Gets the location of the specified item. (Defined by ExtensionMethods.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Edm.Library Namespace

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.Library.EdmElement
    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.EdmModelBase
    Microsoft.Data.Edm.Library.EdmNamedElement
    Microsoft.Data.Edm.Library.EdmType
    Microsoft.Data.Edm.Library.EdmTypeReference
    Microsoft.Data.Edm.Library.Expressions.EdmApplyExpression
    Microsoft.Data.Edm.Library.Expressions.EdmAssertTypeExpression
    Microsoft.Data.Edm.Library.Expressions.EdmCollectionExpression
    Microsoft.Data.Edm.Library.Expressions.EdmEntitySetReferenceExpression
    Microsoft.Data.Edm.Library.Expressions.EdmEnumMemberReferenceExpression
    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