Interface IDotNetNestedModel
Interface that identifies if the implementation of this model is nested within another model.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetNestedModel : IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IParent, ILookup
Properties
| Improve this Doc View SourceIsNested
Flag that determines if this model is nested in a parent model.
Declaration
bool IsNested { get; }
Property Value
Type | Description |
---|---|
bool |
NestedType
Identifies the type of model that has been nested.
Declaration
DotNetNestedType NestedType { get; }
Property Value
Type | Description |
---|---|
DotNetNestedType |