Show / Hide Table of Contents

Interface IMetadataItem

The basic interface user objects must implement in order to work with the Roster client.

Inherited Members
IPropertyObject.RosterProperties
IPropertyObject.GetList(string)
IPropertyObject.GetString(string)
IVerifiable.IsValid()
IVerifiable.IsEmpty()
Namespace: Microsoft.XboxStudios.SQTech.Roster
Assembly: Microsoft.XboxStudios.SQTech.Roster.Common.dll
Syntax
public interface IMetadataItem : IPropertyObject, IVerifiable

Properties

View Source

MetadataContainer

Gets or sets the container name.

Declaration
string MetadataContainer { get; set; }
Property Value
Type Description
string
View Source

MetadataDatabaseVersion

Gets the database version of the item.

Declaration
Guid MetadataDatabaseVersion { get; }
Property Value
Type Description
Guid
View Source

MetadataItemContext

Gets the context of the data.

Declaration
IMetadataItemContext MetadataItemContext { get; }
Property Value
Type Description
IMetadataItemContext
View Source

MetadataName

Gets or sets the name of the item.

Declaration
string MetadataName { get; set; }
Property Value
Type Description
string
View Source

MetadataVersion

Gets or sets the version of the item.

Declaration
string MetadataVersion { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX