For Babelfish Release 1.12.3.10

DynamicResultListFormatT Class

Abstract class to generate dynamic RESULT LIST FORMAT definitions.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public abstract class DynamicResultListFormat<T>
Inheritance
Object    DynamicResultListFormatT
Derived

Type Parameters

T

Constructors

DynamicResultListFormatTInitializes a new instance of the DynamicResultListFormatT class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GenerateAsync Method to call to generate the RESULT LIST FORMAT.

Concrete classes are responsible for composing this method.

GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also