VisibilityKind Enumeration |
Enum to specify the visibility of fields, entities and the like, in the output code.
Namespace: SD.LLBLGen.Pro.ApplicationCoreAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public enum VisibilityKind
Public Enumeration VisibilityKind
Members
| Member name | Value | Description |
---|
| Public | 0 | |
| Protected | 1 | |
| Private | 2 | |
See Also