Interface IMetadataItem
The basic interface user objects must implement in order to work with the Roster client.
Inherited Members
Namespace: Microsoft.XboxStudios.SQTech.Roster
Assembly: Microsoft.XboxStudios.SQTech.Roster.Common.dll
Syntax
public interface IMetadataItem : IPropertyObject, IVerifiable
Properties
View SourceMetadataContainer
Gets or sets the container name.
Declaration
string MetadataContainer { get; set; }
Property Value
Type | Description |
---|---|
string |
MetadataDatabaseVersion
Gets the database version of the item.
Declaration
Guid MetadataDatabaseVersion { get; }
Property Value
Type | Description |
---|---|
Guid |
MetadataItemContext
Gets the context of the data.
Declaration
IMetadataItemContext MetadataItemContext { get; }
Property Value
Type | Description |
---|---|
IMetadataItemContext |
MetadataName
Gets or sets the name of the item.
Declaration
string MetadataName { get; set; }
Property Value
Type | Description |
---|---|
string |
MetadataVersion
Gets or sets the version of the item.
Declaration
string MetadataVersion { get; set; }
Property Value
Type | Description |
---|---|
string |