IGroupSecurityService2 Interface
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaración
Public Interface IGroupSecurityService2 _
Inherits IGroupSecurityService
public interface IGroupSecurityService2 : IGroupSecurityService
public interface class IGroupSecurityService2 : IGroupSecurityService
type IGroupSecurityService2 =
interface
interface IGroupSecurityService
end
public interface IGroupSecurityService2 extends IGroupSecurityService
The IGroupSecurityService2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddMemberToApplicationGroup | (Inherited from IGroupSecurityService.) | |
Convert(Identity) | (Inherited from IGroupSecurityService.) | |
Convert(TeamFoundationIdentity) | (Inherited from IGroupSecurityService.) | |
CreateApplicationGroup | (Inherited from IGroupSecurityService.) | |
DeleteApplicationGroup | (Inherited from IGroupSecurityService.) | |
GetChangedIdentities | (Inherited from IGroupSecurityService.) | |
GetIdentityChanges | ||
IsIdentityCached | (Inherited from IGroupSecurityService.) | |
IsMember | (Inherited from IGroupSecurityService.) | |
ListApplicationGroups | (Inherited from IGroupSecurityService.) | |
ReadIdentities | (Inherited from IGroupSecurityService.) | |
ReadIdentity | (Inherited from IGroupSecurityService.) | |
ReadIdentityFromSource | (Inherited from IGroupSecurityService.) | |
RemoveMemberFromApplicationGroup | (Inherited from IGroupSecurityService.) | |
UpdateApplicationGroup | (Inherited from IGroupSecurityService.) |
Top