Interface IObjectRefList<T>
Encapsulates functionality for Roster object reference lists.
Inherited Members
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IObjectRefList<T> : IRosterDocument, IRosterIdentity, IPropertyObject, IVerifiableType Parameters
| Name | Description | 
|---|---|
| T | 
Properties
View SourceObjects
Gets the list of objects.
Declaration
IList<T> Objects { get; }Property Value
| Type | Description | 
|---|---|
| IList<T> | 
ParentId
Gets the parent Id for the list.
Declaration
Guid ParentId { get; }Property Value
| Type | Description | 
|---|---|
| Guid |