AtomPersonMetadata Class

Represents an Atom metadata description for a person.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataAnnotatable
    Microsoft.Data.OData.Atom.AtomPersonMetadata

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public NotInheritable Class AtomPersonMetadata _
    Inherits ODataAnnotatable
'Usage
Dim instance As AtomPersonMetadata
public sealed class AtomPersonMetadata : ODataAnnotatable
public ref class AtomPersonMetadata sealed : public ODataAnnotatable
[<SealedAttribute>]
type AtomPersonMetadata =  
    class 
        inherit ODataAnnotatable 
    end
public final class AtomPersonMetadata extends ODataAnnotatable

The AtomPersonMetadata type exposes the following members.

Constructors

  Name Description
Public method AtomPersonMetadata Creates a new instance of the AtomPersonMetadata class.

Top

Properties

  Name Description
Public property Email Gets or sets an email address associated with the person.
Public property Name Gets or sets the name of the person (required).
Public property Uri Gets or sets an IRI associated with the person.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetAnnotation<T> Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method SetAnnotation<T> Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public methodStatic member ToAtomPersonMetadata Converts a string to an AtomPersonMetadata instance.
Public method ToString (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(String to AtomPersonMetadata) Converts a string to an AtomPersonMetadata instance.

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