Click or drag to resize

ExportBuilder Class

Abstract base-class for deriving concrete builders that build data structures that export the model information. The director visits all model components and calls the corresponding build member function.
Inheritance Hierarchy

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class ExportBuilder

The ExportBuilder type exposes the following members.

Constructors
  NameDescription
Protected methodExportBuilder
Initializes a new instance of the ExportBuilder class
Top
Methods
  NameDescription
Public methodbuildCroSec
add cross section data to the product
Public methodbuildElement
add element data to the product
Public methodbuildElementLoad
add element load data to the product
Public methodbuildLoadCase
add load case data to the product
Public methodbuildMaterial
add material data to the product
Public methodbuildMeshLoad
add a mesh-load to the product
Public methodbuildPointLoad
add point-load data to the product
Public methodbuildSupport
add support data to the product
Public methodbuildVertex
add vertex data to the product
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodfinishProduct
return the product build during being processed by the director
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetLog
return the log of the production process
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodlogErrorMsg
log an error message
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodnewProduct
initialize the product
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also