Click or drag to resize

VGProfileInstance Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGProfileInstance

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 VGProfileInstance

The VGProfileInstance type exposes the following members.

Constructors
  NameDescription
Public methodVGProfileInstance
Initializes a new instance of the VGProfileInstance class
Top
Properties
  NameDescription
Public propertyRuntime
Top
Methods
  NameDescription
Public methodCreateBinaryDataProfileAttribute(String, String, String, Byte)
Creates a new binary data profile attribute
Public methodCreateBinaryDataProfileAttribute(String, String, String, Byte, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, String, VGAttribute_InformationType, Boolean)
Creates a new binary data profile attribute
Public methodCreateDropDownProfileAttribute(String, String, String, ListString, String)
Creates a new dropdown profile attribute
Public methodCreateDropDownProfileAttribute(String, String, String, ListString, String, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, String, VGAttribute_InformationType, Boolean)
Creates a new dropdown profile attribute
Public methodCreateModuleProfileMappedAttribute
Public methodCreateProfileAttribute(String, VGProfileDataType)
Public methodCreateProfileAttribute(String, VGProfileDataType, String, String)
Public methodCreateProfileAttribute(String, VGProfileDataType, String, String, Int32, String, Boolean, Boolean, Boolean, Boolean, Int32, String, String, VGAttribute_InformationType)
Public methodCreateProfileAttribute(String, VGProfileDataType, String, String, Int32, String, Object, Boolean, Boolean, Boolean, Boolean, Int32, String, String, VGAttribute_InformationType)
Public methodCreateProfileAttribute(String, VGProfileDataType, String, String, Int32, String, Object, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, String, String, VGAttribute_InformationType)
Public methodCreateProfileAttribute(String, VGProfileDataType, String, String, Int32, String, Object, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, String, String, VGAttribute_InformationType)
Public methodCreateProfileAttribute(String, VGProfileDataType, String, String, Int32, String, Object, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, String, String, VGAttribute_InformationType, Boolean)
Creates a new profile attribute.
Public methodDeleteModuleProfileMappedAttribute
Public methodDeleteProfileAttribute
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 methodGetAllModuleProfileAttributes
Public methodGetAllModuleProfileMappedAttributes
Public methodGetAllModuleProfileMappedAttributesByProfileAttributeID
Public methodGetAllProfileAttributes
Public methodGetAllSearchableProfileAttributes
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProfileAttributeById
Public methodGetProfileAttributeByName
Public methodGetSupportedVGProfileAttributeDataTypes
Public methodStatic memberGetThumbnailImageForImageType
Get Thumbnail image for profile attribute (with image datatype)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValidationExpressionSupported
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.)
Public methodUpdateProfileAttribute
Public methodUpdateProfileAttributeViewOrder
Public methodValidateImageForProfileValue
Top
See Also