Click or drag to resize

VGGrantedGroup Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.SecurityVGGrantedGroup

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
[SerializableAttribute]
public class VGGrantedGroup : ISerializable

The VGGrantedGroup type exposes the following members.

Constructors
  NameDescription
Public methodVGGrantedGroup
Initializes a new instance of the VGGrantedGroup class
Top
Properties
  NameDescription
Public propertyDisplayName
Public propertyFriendlyName
Public propertyId
Public propertyIsActive
Represente if the group is consedering for the application security.
Public propertyIsContextual
Can be selected by the user when the application has Single or Multiple selection
Public propertyIsMultiUserProfileSupported
Represents if this group supports multi user profile value or not.
Public propertyItemGuid
Gets or sets profileAttribute Value by attribute's Id.
Public propertyItemString
Gets or sets profileAttribute Value by attribute's propertyName.
Public propertyName
Public propertyProfileValues
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Guid)
Gets profileattribute Value by attributeId
Public methodGetValue(String)
Gets profileAttribute Value by propertyName
Public methodGetValueT(Guid)
Gets profileattribute Value by attributeId
Public methodGetValueT(String)
Gets profileAttribute Value by propertyName
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also