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
Public method ODataEdmPropertyAnnotation Creates a new instance of the ODataEdmPropertyAnnotation class.

Top

Properties

  Name Description
Public property NullValueReadBehaviorKind Gets the behavior for readers when reading property with null value.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (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.OData.Metadata Namespace