AtomGeneratorMetadata Class
Represents an Atom metadata description of a content generator.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Atom.AtomGeneratorMetadata
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class AtomGeneratorMetadata
'Usage
Dim instance As AtomGeneratorMetadata
public sealed class AtomGeneratorMetadata
public ref class AtomGeneratorMetadata sealed
[<SealedAttribute>]
type AtomGeneratorMetadata = class end
public final class AtomGeneratorMetadata
The AtomGeneratorMetadata type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AtomGeneratorMetadata | Initializes a new instance of the AtomGeneratorMetadata class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the human readable name of the generator of the content. | |
Uri | Gets or sets the (optional) URI describing the generator of the content. | |
Version | Gets or sets the (optional) version of the generator. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.