CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetNestedContainers

    Definition of the container types that can be nested in other containers.

    Inherited Members
    IDotNetContainer.ContainerType
    IDotNetContainer.Name
    IDotNetContainer.Namespace
    IDotNetContainer.Security
    IDotNetContainer.InheritedInterfaces
    IDotNetContainer.Members
    IDotNetContainer.Methods
    IDotNetContainer.Properties
    IDotNetContainer.Events
    IDotNetContainer.GetBodySyntaxAsync()
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.ModelType
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    IDotNetAttributes.HasAttributes
    IDotNetAttributes.Attributes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    IDotNetGeneric.IsGeneric
    IDotNetGeneric.GenericParameters
    IDotNetGeneric.HasStrongTypesInGenerics
    IDotNetGeneric.GenericTypes
    IParent.Parent
    ILookup.LookupPath
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetNestedContainers : IDotNetContainer, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IDotNetGeneric, IParent, ILookup

    Properties

    | Improve this Doc View Source

    NestedClasses

    Classes that are nested in this container.

    Declaration
    IReadOnlyList<IDotNetClass> NestedClasses { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetClass>
    | Improve this Doc View Source

    NestedEnums

    Enums that are nested in this container.

    Declaration
    IReadOnlyList<IDotNetEnum> NestedEnums { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetEnum>
    | Improve this Doc View Source

    NestedInterfaces

    Interfaces that are nested in this container.

    Declaration
    IReadOnlyList<IDotNetInterface> NestedInterfaces { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetInterface>
    | Improve this Doc View Source

    NestedModels

    Models that are nested in the implementation of this container.

    Declaration
    IReadOnlyList<IDotNetNestedModel> NestedModels { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetNestedModel>
    | Improve this Doc View Source

    NestedStructures

    Structures that are nested in this container.

    Declaration
    IReadOnlyList<IDotNetStructure> NestedStructures { get; }
    Property Value
    Type Description
    IReadOnlyList<IDotNetStructure>

    Extension Methods

    DocumentationExtensions.CSharpFormatXmlDocumentationEnumerator(IDocumentation)
    DotNetContainerExtensions.FormatCSharpComparisonMembers(IDotNetContainer, MemberComparisonType)
    © CodeFactory, LLC. All rights reserved.