For Babelfish Release 1.12.3.10

DynamicEssentialDataFile Class

Generates a RESULT LIST FORMAT based on the inputted ResultList containing all the demographic fields (e.g. FamilyName, GivenName, Hometown) and Attribute Values.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public class DynamicEssentialDataFile : DynamicResultListFormat<IRLIFList>
Inheritance
Object    DynamicResultListFormatIRLIFList    DynamicEssentialDataFile

Constructors

DynamicEssentialDataFileInitializes a new instance of the DynamicEssentialDataFile 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.


(Overrides DynamicResultListFormatTGenerateAsync(T))
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