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
Public method AtomGeneratorMetadata Initializes a new instance of the AtomGeneratorMetadata class.

Top

Properties

  Name Description
Public property Name Gets or sets the human readable name of the generator of the content.
Public property Uri Gets or sets the (optional) URI describing the generator of the content.
Public property Version Gets or sets the (optional) version of the generator.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.OData.Atom Namespace