CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface ICsNestedContainers

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

    Inherited Members
    ICsContainer.ContainerType
    ICsContainer.Security
    ICsContainer.InheritedInterfaces
    ICsContainer.Members
    ICsContainer.Methods
    ICsContainer.Properties
    ICsContainer.Events
    ICsContainer.AddBeforeAsync(string, string)
    ICsContainer.AddBeforeAsync(string)
    ICsContainer.AddBeforeAsync(string, bool)
    ICsContainer.AddAfterAsync(string, string)
    ICsContainer.AddAfterAsync(string)
    ICsContainer.AddToBeginningAsync(string, string)
    ICsContainer.AddToBeginningAsync(string)
    ICsContainer.AddToEndAsync(string, string)
    ICsContainer.AddToEndAsync(string)
    ICsContainer.DeleteAsync(string)
    ICsContainer.DeleteAsync()
    ICsContainer.GetSourceLocationAsync(string)
    ICsContainer.GetSourceLocationAsync()
    ICsContainer.GetBodySourceLocationAsync(string)
    ICsContainer.GetBodySourceLocationAsync()
    ICsContainer.ReplaceAsync(string, string)
    ICsContainer.ReplaceAsync(string)
    ICsModel.ModelType
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    ICsAttributes.Attributes
    ICsGeneric.GenericParameters
    ICsGeneric.GenericTypes
    IParent.Parent
    IDotNetContainer.Name
    IDotNetContainer.Namespace
    IDotNetContainer.GetBodySyntaxAsync()
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    IDotNetAttributes.HasAttributes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    IDotNetGeneric.IsGeneric
    IDotNetGeneric.HasStrongTypesInGenerics
    ILookup.LookupPath
    Namespace: CodeFactory.DotNet.CSharp
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface ICsNestedContainers : ICsContainer, ICsModel, ICsAttributes, ICsGeneric, IParent, 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<CsClass> NestedClasses { get; }
    Property Value
    Type Description
    IReadOnlyList<CsClass>
    | Improve this Doc View Source

    NestedEnums

    Enums that are nested in this container.

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

    NestedInterfaces

    Interfaces that are nested in this container.

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

    NestedModels

    Models that are nested in the implementation of this container.

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

    NestedStructures

    Structures that are nested in this container.

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

    Extension Methods

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