Show / Hide Table of Contents

Interface IObjectRefList<T>

Encapsulates functionality for Roster object reference lists.

Inherited Members
IRosterDocument.AccessLevel
IRosterDocument.Attachments
IRosterDocument.Deleted
IRosterDocument.Description
IRosterDocument.ETag
IRosterDocument.Metadata
IRosterDocument.Owner
IRosterDocument.Rid
IRosterDocument.Self
IRosterDocument.Timestamp
IRosterIdentity.Container
IRosterIdentity.Id
IRosterIdentity.Name
IRosterIdentity.Scope
IPropertyObject.RosterProperties
IPropertyObject.GetList(String)
IPropertyObject.GetString(String)
IVerifiable.IsValid()
IVerifiable.IsEmpty()
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IObjectRefList<T> : IRosterDocument, IRosterIdentity, IPropertyObject, IVerifiable
Type Parameters
Name Description
T

Properties

View Source

Objects

Gets the list of objects.

Declaration
IList<T> Objects { get; }
Property Value
Type Description
IList<T>
View Source

ParentId

Gets the parent Id for the list.

Declaration
Guid ParentId { get; }
Property Value
Type Description
Guid
  • View Source
In This Article
Back to top Generated by DocFX