IHasDocumentReferences Interface |
Interface for classes that are not proxies themselves, but contain references to other document nodes by using
IProxy instances.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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 contains should be reported by the ReportProxies function.
This function is responsible for processing the proxies, for instance to relocate the path.
|
Top
See Also