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