ConnectionStringManager AccessLevel EnumerationCleanCode C# Libraries v1.2.03 API
Specifies the exposure of each credential parameter.

Namespace: CleanCode.DatabaseControls
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public enum AccessLevel
Members

  Member nameValueDescription
Edit0Allows user to edit the given parameter.
Display1Allows user to view the given parameter but not edit it.
Hide2Hides the given parameter from the user.
See Also