Click or drag to resize

VGApplication Class

Exposes information about application set stored in a Visual Guard repository.
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGApplication

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
[SerializableAttribute]
public sealed class VGApplication : VGIMembershipObject, 
	VGIDocumentationMembershipObject

The VGApplication type exposes the following members.

Properties
  NameDescription
Public propertyAnonymousRole
Gets the Anonymous Role of the application.
Public propertyAnonymousSystemRole
Gets the Anonymous Role of the Visual Guard.
Public propertyApplicationId
Gets the unique identifier of the application of the application
Public propertyApplicationType
Type of application
Public propertyComment
Gets a short description of the application.
Public propertyDefaultRole
Gets the Anonymous Role of the application.
Public propertyFrameworkType
Represents a Framework type of the application.
Public propertyGroupSelectionDisplayMode
Gets or sets group selection display mode.
Public propertyGroupSelectionMode
Gets or Sets Group Selection Mode for Login.
Public propertyId
Id of the application
Public propertyItem
Gets or sets the attribute value for given propertyName For updating profile value, You need to call 'Update Application' method to reflect the changes.
Public propertyLanguage
Public propertyLastModification
Last time (Server Time) this entity been changed
Public propertyLastModificationLT
Gets the modification date of the application. (Local Time)
Public propertyMemberShipAccessLevel Obsolete.
Gets the Membership Access Level of the application.
Public propertyName
Gets the name of the application.
Public propertyOtherAssembly
Public propertyRepositoryId
Gets the unique identifier of the information used to store in a repository
Public propertyRoleSelectionMode
Gets or Sets Role Selection Mode for Login.
Public propertySecuredAssemblyPath
Public propertyVersion
Gets the version of the application.
Public propertyWebPortalId
Get Id of WebPortal
Top
Methods
  NameDescription
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 methodStatic memberGetAllPermissionSet
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets application attribute value for given propertyName
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetValue
Sets application attribute value for given propertyName. You need to call 'Update Application' method to reflect the changes for profile values.
Public methodToString
Returns the name for the application.
(Overrides ObjectToString.)
Public methodStatic memberUpdateApplication
Top
Remarks
The VGApplication object is used to represent a single application in a Visual Guard repository. It exposes information about the application such as the id, the name and the description.

A VGApplication object is returned by VGApplicationCollection .

See Also