CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetEnumValue

    Data model that provides information to a specific enumeration value implemented in an enumeration.

    Inherited Members
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.ModelType
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    IDotNetAttributes.HasAttributes
    IDotNetAttributes.Attributes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    IParent.Parent
    ILookup.LookupPath
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetEnumValue : IDotNetModel, IModelStatus, IDotNetAttributes, IDocumentation, IParent, ILookup, ISourceFiles

    Properties

    | Improve this Doc View Source

    Name

    The name of the enumeration value.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Security

    The security scope assigned to the enumeration value.

    Declaration
    DotNetSecurity Security { get; }
    Property Value
    Type Description
    DotNetSecurity
    | Improve this Doc View Source

    Value

    The value that has been assigned to the enumeration value.

    Declaration
    string Value { get; }
    Property Value
    Type Description
    string

    Extension Methods

    DocumentationExtensions.CSharpFormatXmlDocumentationEnumerator(IDocumentation)
    © CodeFactory, LLC. All rights reserved.