Click or drag to resize

VGRoleProfileAttribute Class

Inheritance Hierarchy

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 VGRoleProfileAttribute : VGCommonProfileAttribute, 
	VGIDocumentationMembershipObject

The VGRoleProfileAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAllowSearch
Gets or sets if search is allowed via this attribute.
(Inherited from VGCommonProfileAttribute.)
Public propertyAttributeDefinitionDescription
Gets attribute definition description.
(Inherited from VGCommonProfileAttribute.)
Public propertyDataTypeEnum
Gets datatype of the attribute.
(Inherited from VGCommonProfileAttribute.)
Public propertyDescription
Gets or sets the description of the attribute.
(Inherited from VGCommonProfileAttribute.)
Public propertyDisplayName
Gets or sets Display name of the attribute.
(Inherited from VGCommonProfileAttribute.)
Public propertyGroupName
Gets or sets the category or section name of the attribute to display in.
(Inherited from VGCommonProfileAttribute.)
Public propertyId
Gets a unique id of attribute.
(Inherited from VGCommonProfileAttribute.)
Public propertyIsReadOnly
Gets or sets if attribute is readonly or not for API.
(Inherited from VGCommonProfileAttribute.)
Public propertyIsReadOnlyForUI
Gets or sets if attribute is readonly or not for UI (WinConsole).
(Inherited from VGCommonProfileAttribute.)
Public propertyIsRequired
Gets or sets if attribute's value is mandatory or not.
(Inherited from VGCommonProfileAttribute.)
Public propertyIsVisible
Gets or sets if attribute is visible or not.
(Inherited from VGCommonProfileAttribute.)
Public propertyLastModification
Gets or sets the last modification date of the attribute.
(Inherited from VGCommonProfileAttribute.)
Public propertyLastModificationLT (Inherited from VGCommonProfileAttribute.)
Public propertyProfileAttributeDefinition
Gets or set profile attribute definition
(Inherited from VGCommonProfileAttribute.)
Public propertyPropertyName
Gets a property name of the attribute.
(Inherited from VGCommonProfileAttribute.)
Public propertySaveInLog
Gets or sets if attribute values need to be saved in log while modifying or deleting an entity (role or group).
(Inherited from VGCommonProfileAttribute.)
Public propertyViewOrder
Gets or sets view order of the attribute.
(Inherited from VGCommonProfileAttribute.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also