Click or drag to resize

VGGroup Class

VGGroup can conatins Users and Roles
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGGroup

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
[SerializableAttribute]
public sealed class VGGroup : VGIMembershipObject, 
	VGIDocumentationMembershipObject

The VGGroup type exposes the following members.

Properties
  NameDescription
Public propertyData1
Get or Set a Data1 for this group You need to save after
Public propertyData2
Get or Set a Data2 for this group You need to save after
Public propertyData3
Get or Set a Data2 for this group You need to save after
Public propertyDescription
Get or Set the Desciption of the VGGroup
Public propertyDisplayName
Gets Display Name based on Group Display Information set on application.
Public propertyFriendlyName
Gets Friendly Name based on Group Display Information set on repository.
Public propertyId
Get the Id of the Group
Public propertyIsContextual
gets or sets whether the group is allowed for selection in group selection mode.
Public propertyIsMultiUserProfileSupported
gets or sets whether this group supports multi user profile.
Public propertyItemGuid
Public propertyItemString
Public propertyLastModification
Return the Last modication for this group (Server Time)
Public propertyLastModificationLT
Return the Last modication for this group (Local Time)
Public propertyName
Get or Set the Name of this VGGroup
Public propertyParent
Return the parent of the Group
Public propertyParentId
Return the id of parent of the Group
Public propertyVGRoleIds
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Check if the id of the both VGGroup is a same
Public operatorStatic memberInequality
Check if the id of the both VGGroup is different
Top
See Also