Share via


AtomPersonMetadata Class

 

Represents the Atom metadata description for a person.

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

Inheritance Hierarchy

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

Syntax

public sealed class AtomPersonMetadata : ODataAnnotatable
public ref class AtomPersonMetadata sealed : ODataAnnotatable
[<Sealed>]
type AtomPersonMetadata = 
    class
        inherit ODataAnnotatable
    end
Public NotInheritable Class AtomPersonMetadata
    Inherits ODataAnnotatable

Constructors

Name Description
System_CAPS_pubmethod AtomPersonMetadata()

Initializes a new instance of the AtomPersonMetadata class.

Properties

Name Description
System_CAPS_pubproperty Email

Gets or sets an email address associated with the person.

System_CAPS_pubproperty Name

Gets or sets the name of the person (required).

System_CAPS_pubproperty Uri

Gets or sets an IRI associated with the person.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetAnnotation<T>()

Gets or sets the annotation by type.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetAnnotation<T>(T)

Sets an annotation of type T.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethodSystem_CAPS_static ToAtomPersonMetadata(String)

Converts a string to an AtomPersonMetadata instance.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Implicit(String to AtomPersonMetadata)

Implicit conversion from string to AtomPersonMetadata.

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

Microsoft.OData.Core.Atom Namespace

Return to top