Interface IParent
Defines information how to find the parent model for the model that implements this dot net model.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IParent
Properties
| Improve this Doc View SourceParent
The parent to the current model. This will return null if there is no parent for this model, or the parent could not be located.
Declaration
IDotNetModel Parent { get; }
Property Value
Type | Description |
---|---|
IDotNetModel |