EdmLabeledElement Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents an EDM labeled multi value element.
Inheritance Hierarchy
System..::..Object
Microsoft.Data.Edm.Library..::..EdmElement
Microsoft.Data.Edm.Library.Expressions..::..EdmLabeledElement
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Class EdmLabeledElement _
Inherits EdmElement _
Implements IEdmLabeledElement, IEdmElement, IEdmAnnotatable
'Usage
Dim instance As EdmLabeledElement
public class EdmLabeledElement : EdmElement,
IEdmLabeledElement, IEdmElement, IEdmAnnotatable
public ref class EdmLabeledElement : public EdmElement,
IEdmLabeledElement, IEdmElement, IEdmAnnotatable
type EdmLabeledElement =
class
inherit EdmElement
interface IEdmLabeledElement
interface IEdmElement
interface IEdmAnnotatable
end
public class EdmLabeledElement extends EdmElement implements IEdmLabeledElement, IEdmElement, IEdmAnnotatable
The EdmLabeledElement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
EdmLabeledElement | Initializes a new instance of the EdmLabeledElement class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Expression | Gets or sets the underlying expression. |
![]() |
ImmediateAnnotations | Gets the annotations associated with this element. (Inherited from EdmElement.) |
![]() |
Label | Gets or sets the label. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAnnotation | Retrieves an annotation value from an EDM element. Returns null if no annotation with the given name exists. (Inherited from EdmElement.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetAnnotation | Sets an annotation value in an EDM element. If the value is null, no annotation is added and an existing annotation with the same name is removed. (Inherited from EdmElement.) |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
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.
.gif)
.gif)
.gif)
.gif)