IHasDocumentReferences Interface |
Interface for all classes which are not proxies themselfs, but which contain references to other document nodes by using
IProxys.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface IHasDocumentReferences
The IHasDocumentReferences type exposes the following members.
Methods | Name | Description |
---|
| VisitDocumentReferences |
Visits the document references of this instance. All proxies that
this instance contain should be reported by the ReportProxies function.
This function is responsible for processing of the proxies, for instance to relocated the path.
|
TopSee Also