Interface ICsNestedContainers
Definition of the container types that can be nested in other containers.
Inherited Members
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 SourceNestedClasses
Classes that are nested in this container.
Declaration
IReadOnlyList<CsClass> NestedClasses { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsClass> |
NestedEnums
Enums that are nested in this container.
Declaration
IReadOnlyList<CsEnum> NestedEnums { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsEnum> |
NestedInterfaces
Interfaces that are nested in this container.
Declaration
IReadOnlyList<CsInterface> NestedInterfaces { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsInterface> |
NestedModels
Models that are nested in the implementation of this container.
Declaration
IReadOnlyList<ICsNestedModel> NestedModels { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ICsNestedModel> |
NestedStructures
Structures that are nested in this container.
Declaration
IReadOnlyList<CsStructure> NestedStructures { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsStructure> |