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