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