Click or drag to resize

VGApplicationInstance Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGApplicationInstance

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public sealed class VGApplicationInstance

The VGApplicationInstance type exposes the following members.

Methods
  NameDescription
Public methodCreateApplication
Create a new application in the repository
Public methodCreateNewVersion
Create a new version of this application
Public methodCreateProfileAttribute(VGApplication, String)
Creates profile attribute for application.
Public methodCreateProfileAttribute(VGApplication, String, Boolean, Boolean)
Creates profile attribute for application.
Public methodDeleteApplication
Deletes the Application including its' permissionsets, permissions, roles, and Folders.
Public methodDeleteProfileAttribute
Deletes application profile attribute
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAllApplications
Gets a list of the applications for the repository.
Public methodGetAllPermissionSet Obsolete.
Get all permissionSets
Public methodGetAllProfileAttributes
Gets all profile attributes.
Public methodGetApplication Obsolete.
Return a VGApplication if you have right and exist in VGRepository else throw a Exception
Public methodGetCurrentApplication
return the current application
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetAnonymousRole
Set anonymous role
Public methodSetAnonymousSystemRole
Set the Anonymous System role for this application
Public methodSetDefaultRole
Set the default role of your applcation
Public methodSetWebPortal
Define the webportal for this application
Public methodToString (Inherited from Object.)
Public methodUpdateApplication
Updates the application with the information for the specified application.
Public methodUpdateProfileAttribute
Updates application profile attribute
Public methodUpdateProfileValue
Update application's profile value.
Top
See Also