Class CredentialControlType
Types of control used with user administration work with credentials
Inheritance
System.Object
CredentialControlType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class CredentialControlType : Enum
Fields
Edit
1: The value is a normal edit field
Declaration
public const CredentialControlType Edit
Field Value
Type | Description |
---|---|
CredentialControlType |
Hidden
4: The value should be hidden in the user interface.
Declaration
public const CredentialControlType Hidden
Field Value
Type | Description |
---|---|
CredentialControlType |
Link
3: The GetCredentialsGroups and GetCredentialUsers needs to be used to select a value.
Declaration
public const CredentialControlType Link
Field Value
Type | Description |
---|---|
CredentialControlType |
Password
2: The value is a password field and a pasword control should be used.
Declaration
public const CredentialControlType Password
Field Value
Type | Description |
---|---|
CredentialControlType |
Static
0: The value is static and can not be modified by the user interface.
Declaration
public const CredentialControlType Static
Field Value
Type | Description |
---|---|
CredentialControlType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)