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