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 | |
---|---|---|
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. | |
EdmPropertyValue(String, IEdmValue) | Initializes a new instance of the EdmPropertyValue class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the property for which this provides a value. | |
Value | Gets the property's value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.