Click or drag to resize

VGCommonProfileAttribute Class

Inheritance Hierarchy

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 class VGCommonProfileAttribute

The VGCommonProfileAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAllowSearch
Gets or sets if search is allowed via this attribute.
Public propertyAttributeDefinitionDescription
Gets attribute definition description.
Public propertyDataTypeEnum
Gets datatype of the attribute.
Public propertyDescription
Gets or sets the description of the attribute.
Public propertyDisplayName
Gets or sets Display name of the attribute.
Public propertyGroupName
Gets or sets the category or section name of the attribute to display in.
Public propertyId
Gets a unique id of attribute.
Public propertyIsReadOnly
Gets or sets if attribute is readonly or not for API.
Public propertyIsReadOnlyForUI
Gets or sets if attribute is readonly or not for UI (WinConsole).
Public propertyIsRequired
Gets or sets if attribute's value is mandatory or not.
Public propertyIsVisible
Gets or sets if attribute is visible or not.
Public propertyLastModification
Gets or sets the last modification date of the attribute.
Public propertyLastModificationLT
Public propertyProfileAttributeDefinition
Gets or set profile attribute definition
Public propertyPropertyName
Gets a property name of the attribute.
Public propertySaveInLog
Gets or sets if attribute values need to be saved in log while modifying or deleting an entity (role or group).
Public propertyViewOrder
Gets or sets view order of the attribute.
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