Interface IToolContext
Functionality for working within the context of a Roster tool.
Inherited Members
Namespace: Microsoft.XboxStudios.SQTech.Roster.Client
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public interface IToolContext : IMetadataContext, IContainerSecurityContext
Methods
View SourceForUser()
Gets the context for a user in this tool.
Declaration
IUserContext ForUser()
Returns
Type | Description |
---|---|
IUserContext | The user context. |