Click or drag to resize

MiniProjectBuilder Class

Given a single GraphDocumentBase, this class retrieves all objects that are necessary for this graph (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.3572.0 (4.8.3572.0)
Syntax
C#
public class MiniProjectBuilder

The MiniProjectBuilder type exposes the following members.

Constructors
 NameDescription
Protected methodMiniProjectBuilder Initializes a new instance of the MiniProjectBuilder class.
Top
Methods
 NameDescription
Protected methodCollectAllDataColumnReferences Collects all referenced data columns from the graph.
Protected methodCopyFolderPropertiesOf Copies the folder properties referenced by the graph.
Protected methodCopyGraphToNewDocument Copies the graph document into the mini project.
Protected methodCopyReferencedColumnsToNewProject Copies the referenced columns into the new project.
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 Initializes the builder state.
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