ODataEdmPropertyAnnotation Class
Represents an annotation to hold information for a particular property.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Metadata.ODataEdmPropertyAnnotation
Namespace: Microsoft.Data.OData.Metadata
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ODataEdmPropertyAnnotation
'Usage
Dim instance As ODataEdmPropertyAnnotation
public sealed class ODataEdmPropertyAnnotation
public ref class ODataEdmPropertyAnnotation sealed
[<SealedAttribute>]
type ODataEdmPropertyAnnotation = class end
public final class ODataEdmPropertyAnnotation
The ODataEdmPropertyAnnotation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ODataEdmPropertyAnnotation | Creates a new instance of the ODataEdmPropertyAnnotation class. |
Top
Properties
Name | Description | |
---|---|---|
NullValueReadBehaviorKind | Gets the behavior for readers when reading property with null value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (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.