Show / Hide Table of Contents

Interface IRosterOrg

Roster organization built-in type interface.

Inherited Members
IRosterDocument.AccessLevel
IRosterDocument.Attachments
IRosterDocument.Deleted
IRosterDocument.Description
IRosterDocument.ETag
IRosterDocument.Metadata
IRosterDocument.Owner
IRosterDocument.Rid
IRosterDocument.Self
IRosterDocument.Timestamp
IPropertyObject.RosterProperties
IPropertyObject.GetList(String)
IPropertyObject.GetString(String)
IRosterPrincipal.DisplayName
IRosterPrincipal.PrincipalName
IRosterIdentity.Container
IRosterIdentity.Id
IRosterIdentity.Name
IRosterIdentity.Scope
IVerifiable.IsValid()
IVerifiable.IsEmpty()
ISecurableObject.Admins
ISecurableObject.Members
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IRosterOrg : ISecurablePrincipal, IRosterDocument, IPropertyObject, IRosterPrincipal, IRosterIdentity, IVerifiable, ISecurableObject

Properties

View Source

Projects

Gets the list of org projects.

Declaration
IList<IRosterProject> Projects { get; }
Property Value
Type Description
IList<IRosterProject>
View Source

Roles

Gets the list of org roles.

Declaration
IList<IRosterRole> Roles { get; }
Property Value
Type Description
IList<IRosterRole>
View Source

Tools

Gets the list of org tools.

Declaration
IList<IRosterTool> Tools { get; }
Property Value
Type Description
IList<IRosterTool>
  • View Source
In This Article
Back to top Generated by DocFX