Interface ICsNestedModel
Interface that identifies if the implementation of this model is nested within another model.
Inherited Members
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public interface ICsNestedModel : ICsModel, IModelStatus, ISourceFiles, ICsAttributes, IDocumentation, IParent, ILookup
Properties
IsNested
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
CsNestedType NestedType { get; }
Property Value
Type | Description |
---|---|
CsNestedType |