Click or drag to resize

VGProfileAttribute Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGProfileAttribute

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 VGProfileAttribute : VGIDocumentationMembershipObject

The VGProfileAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAllowSearch
Gets or sets if users can be searched using this attribute
Public propertyAttributeType
Gets type of the attribute (ex. Custom or VG attribute)
Public propertyDataType
Gets datatype of the attribute (ex. Int, string, DateTime etc)
Public propertyDataTypeValue
Gets DataType
Public propertyDefaultBinaryData
Gets or sets default BinaryData value
Public propertyDefaultImageValue
Gets or sets DefaultValue for Image attribute
Public propertyDefaultValue
Gets or sets default value.
Public propertyDescription
Gets or sets description of the attribute
Public propertyDisplayName
Gets or sets DisplayName
Public propertyDropDownItems
Gets or sets drop down items.
Public propertyGroupName
Gets or sets logical container for the attribute to display while editing user
Public propertyId
Gets an Id of the attribute
Public propertyIsMultiProfileSupported
Gets or sets whether this profile attribute supports multi profile value or not.
Public propertyIsReadOnly
Gets or sets if this attribute is read only
Public propertyIsReadOnlyForUI
Gets or sets if this attribute is read only for UI (WinConsole)
Public propertyIsRequired
Gets or sets if this attribute is required
Public propertyIsVisible
Gets or sets if this attribute is visible in WinConsole while editing the user details.
Public propertyLastModification
Gets or sets last modification
Public propertyLastModificationLT
Gets Local LastModification date
Public propertyMaxLength
Gets or sets MaxLength
Public propertyPropertyName
Gets PropertName
Public propertySaveInLog
Gets or sets if any changes to this attribute value need to be saved in log
Public propertyValidationExpression
Gets or sets validation expression for string datatype attribute
Public propertyVGAttributeInformationType
Gets VGAttribute information type
Public propertyViewOrder
Gets or sets viewing order in the WinConsole while editing user
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