PartialPermissionSetForwarderBase Methods

Include Protected Members
Include Inherited Members

The PartialPermissionSetForwarderBase type exposes the following members.

Methods

  Name Description
Protected method DetermineTargetPermissions Returns the mapped framework permissions for the source permissions.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetTargetNamespace The target security namespace to forward the permissions to.
Protected method GetTargetToken Returns the mapped target token from the source token. Should return null if no mapping exists.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveAccessControlLists Removes the ACL that forms this namespace. This really should never be called but if it were it would mean that all of the GenericRead and GenericWrite permissions should be removed also.
Public method RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IEnumerable<IdentityDescriptor>) Removes the permissions from the framework token
Public method RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IdentityDescriptor, Int32) If this is the GenericRead or GenericWrite permission against the NAMESPACE token then remove the bits from the framework namespace.
Public method RenameToken
Public method SetAccessControlLists For the source ACL set the source permissions in the target if they are being set.
Public method SetInheritFlag
Public method SetPermissions
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

PartialPermissionSetForwarderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace