CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetEnum

    Data model that provides information on 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 IDotNetEnum : IDotNetModel, IModelStatus, IDotNetAttributes, IDocumentation, IParent, ILookup, ISourceFiles

    Properties

    | Improve this Doc View Source

    Name

    The name of the enumeration.

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

    Namespace

    The namespace the enumeration belongs to.

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

    Security

    The security scope assigned to the enumeration.

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

    Values

    List of the enumeration values implemented in this enumeration.

    Declaration
    IReadOnlyList<IDotNetEnumValue> Values { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetEnumValue>

    Extension Methods

    DocumentationExtensions.CSharpFormatXmlDocumentationEnumerator(IDocumentation)
    DotNetModelExtensions.FormatCSharpEnumTypeSyntax(IDotNetEnum, string)
    DotNetModelExtensions.FormatCSharpEnumValueSyntax(IDotNetEnum, string)
    © CodeFactory, LLC. All rights reserved.