Click or drag to resize

MiniProjectBuilder Class

Given a single GraphDocumentBase, this class retrieves all the objects that are neccessary for this particular GraphDocumentBase (tables, functions etc.) and builds a new AltaxoDocument that contains these objects.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.ProceduresMiniProjectBuilder

Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class MiniProjectBuilder

The MiniProjectBuilder type exposes the following members.

Constructors
 NameDescription
Protected methodMiniProjectBuilderInitializes a new instance of the MiniProjectBuilder class
Top
Methods
 NameDescription
Protected methodCollectAllDataColumnReferences 
Protected methodCopyFolderPropertiesOf 
Protected methodCopyGraphToNewDocument 
Protected methodCopyReferencedColumnsToNewProject 
Public methodStatic memberCreateMiniProject Gets a graph document as mini project. The mini project is an AltaxoDocument consisting of the provided graph document AltaxoDocument and all data that is neccessary to plot that graph.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInitialize 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also