Interface IOrgContext
Functionality for working within the context of a Roster org.
Inherited Members
Namespace: Microsoft.XboxStudios.SQTech.Roster.Client
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public interface IOrgContext : IMetadataContext, ISecurityContext, IPrincipalSecurityContext, IContainerSecurityContext
Methods
View SourceForProject(String)
Gets the context for a project in this org.
Declaration
IProjectContext ForProject(string projectName)
Parameters
Type | Name | Description |
---|---|---|
System.String | projectName | The name of a project in this org. |
Returns
Type | Description |
---|---|
IProjectContext | The project context. |
ForUser()
Gets the context for a user in this org.
Declaration
IUserContext ForUser()
Returns
Type | Description |
---|---|
IUserContext | The user context. |