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 | |
---|---|---|
AtomPersonMetadata | Creates a new instance of the AtomPersonMetadata class. |
Top
Properties
Name | Description | |
---|---|---|
Gets or sets an email address associated with the person. | ||
Name | Gets or sets the name of the person (required). | |
Uri | Gets or sets an IRI associated with the person. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) | |
ToAtomPersonMetadata | Converts a string to an AtomPersonMetadata instance. | |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
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.