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 | |
---|---|---|
AtomPersonMetadata() | Initializes a new instance of the AtomPersonMetadata class. |
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (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>(T) | Sets an annotation of type T.(Inherited from ODataAnnotatable.) |
|
ToAtomPersonMetadata(String) | Converts a string to an AtomPersonMetadata instance. |
|
ToString() | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
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