EdmPropertyValue Class

Represents a value of an EDM property.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.Library.Values.EdmPropertyValue

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

Syntax

'Declaration
Public Class EdmPropertyValue _
    Implements IEdmPropertyValue, IEdmDelayedValue
'Usage
Dim instance As EdmPropertyValue
public class EdmPropertyValue : IEdmPropertyValue, 
    IEdmDelayedValue
public ref class EdmPropertyValue : IEdmPropertyValue, 
    IEdmDelayedValue
type EdmPropertyValue =  
    class 
        interface IEdmPropertyValue 
        interface IEdmDelayedValue 
    end
public class EdmPropertyValue implements IEdmPropertyValue, IEdmDelayedValue

The EdmPropertyValue type exposes the following members.

Constructors

  Name Description
Public method EdmPropertyValue(String) Initializes a new instance of the EdmPropertyValue class with non-initialized Value property. This constructor allows setting Value property once after EdmPropertyValue has been constructed.
Public method EdmPropertyValue(String, IEdmValue) Initializes a new instance of the EdmPropertyValue class.

Top

Properties

  Name Description
Public property Name Gets the name of the property for which this provides a value.
Public property Value Gets the property's value.

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

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.Values Namespace