Interface IDotNetEnum
Data model that provides information on an enumeration.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetEnum : IDotNetModel, IModelStatus, IDotNetAttributes, IDocumentation, IParent, ILookup, ISourceFiles
Properties
| Improve this Doc View SourceName
The name of the enumeration.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Namespace
The namespace the enumeration belongs to.
Declaration
string Namespace { get; }
Property Value
Type | Description |
---|---|
string |
Security
The security scope assigned to the enumeration.
Declaration
DotNetSecurity Security { get; }
Property Value
Type | Description |
---|---|
DotNetSecurity |
Values
List of the enumeration values implemented in this enumeration.
Declaration
IReadOnlyList<IDotNetEnumValue> Values { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IDotNetEnumValue> |