Click or drag to resize

RetrieverStrategy Class

Define the strategy to be used by the retriever to get results for a given state.
Inheritance Hierarchy

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract class RetrieverStrategy

The RetrieverStrategy type exposes the following members.

Constructors
  NameDescription
Protected methodRetrieverStrategy
Initializes a new instance of the RetrieverStrategy class. Create a new instance of RetrieverStrategy.
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetInfo
Check if the data from RetrieverInfo are valid and store them.
Public methodGetResults
Gives results respect to a set of polylines and crossed faces indexes.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_lcName
Load case for which the results are extracted.
Protected field_meshGroup
Mesh group inside the model for which the results are extracted.
Protected field_model
Karamba model for which the results are extracted.
Top
See Also