Click or drag to resize

VGPermissionSetsInstance Methods

The VGPermissionSetsInstance type exposes the following members.

Methods
  NameDescription
Public methodCreatePermissionSet
Public methodDeletePermissionSet
Public methodDuplicatePermissionSet
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindPermissionSetByName
Public methodGetAllPermissionSets
Gets a list of the permission set from the repository.
Public methodGetAllPermissionSets(Int32, Int32)
Public methodCode exampleGetAttributes
Get all attributes of permission contains in permissionSet
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPermissionSet
Get VGPermissionSet by id
Public methodGetPermissionSetByApplication(VGApplication)
Public methodGetPermissionSetByApplication(VGApplication, Int32, Int32)
Public methodGetPermissionSetInRole
Get permission set collection of a role.
Public methodGetRecentPermissionSets
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGrantPermissionSetToPermissionSet
Public methodGrantPermissionSetToRole(Guid, Guid) Obsolete.
Set a permission set to a role.
Public methodGrantPermissionSetToRole(VGRole, VGPermissionSet)
Grant a permission set to a role.
Public methodGrantPermissionSetToRole(Guid, Guid, Guid) Obsolete.
Grant a permission set to a role.
Public methodGrantPermissionToPermissionSet
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Public methodRevokePermissionSetToPermissionSet
Public methodRevokePermissionSetToRole(Guid, Guid) Obsolete.
Revoke a permission set to a role.
Public methodRevokePermissionSetToRole(VGRole, VGPermissionSet)
Revoke a permission set to a role.
Public methodRevokePermissionSetToRole(Guid, Guid, Guid) Obsolete.
Revoke a permission set to a role.
Public methodRevokePermissionToPermissionSet
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePermissionSet
Top
See Also