Click or drag to resize

VGMembershipInstanceVGMemberShipUserSupported Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGMembershipInstanceVGMemberShipUserSupported

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class VGMemberShipUserSupported

The VGMembershipInstanceVGMemberShipUserSupported type exposes the following members.

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 methodGetCommentMaxlength
Public methodGetFirstNameMaxlength
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLastNameMaxlength
Public methodGetPasswordAnswerMaxLength
Public methodGetPasswordMaxlength
Public methodGetPasswordQuestionMaxLength
Public methodGetTitleMaxlength
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserNameMaxLength
Public methodIsCommentRequired
Public methodIsFirstNameRequired
Public methodIsLastNameRequired
Public methodIsTitleRequired
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupportedActivityDate
You can know if the user have StartDate and EndDate fonctionnality
Public methodSupportedApproval
You can know if the user have Approve or Disapprove fonctionnality
Public methodSupportedCommentInformation
Public methodSupportedCommentInformationRead
Public methodSupportedEmail
Support write and read email on user provide in parameter
Public methodSupportedEmailRead
Support read email on user provide in parameter
Public methodSupportedFirstName
Public methodSupportedFirstNameRead
Public methodSupportedForcePassword
Public methodSupportedGetPassword
Public methodSupportedLastActivityRead
You can watch the Last Activity Date
Public methodSupportedLastLoginRead
You can watch the last login
Public methodSupportedLastName
Public methodSupportedLastNameRead
Public methodSupportedLock
You can know if the user supported lock and unlock
Public methodSupportedMustChangePasswordNextLogon
Public methodSupportedPassword
Public methodSupportedPasswordAnswerAndQuestion
You can know if the user supported Password Anwers and the question
Public methodSupportedPasswordPolicy
Public methodSupportedResetPassword
If the user support a reset passord
Public methodSupportedSetProfileAttributeValue(String, VGProfileAttribute)
If the user can set the profileattribute's value
Public methodSupportedSetProfileAttributeValue(String, ListVGProfileAttribute)
If the user can set the profileattribute's value
Public methodSupportedTitle
Public methodSupportedTitleRead
Public methodSupportedUserName
Public methodSupportedUserNameRead
Public methodSupportMustChangePasswordAtNextLogon Obsolete.
Public methodSupportPasswordPolicy Obsolete.
Public methodSupportResetPassword Obsolete.
If the user support a reset passord
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also