For Babelfish Release 1.11.3.13

ResultListOptionalField Class

Within a RESULT LIST DEFINITION there are often places where we want the end user to be able to dynamically set the format values. An exammple would be on a spanning field that gives the user the choice to include demographic information.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public class ResultListOptionalField : IReconfigurableRulebookObject
Inheritance
Object    ResultListOptionalField
Implements
IReconfigurableRulebookObject

Constructors

ResultListOptionalFieldInitializes a new instance of the ResultListOptionalField class

Properties

Comment Internal documentation comments. All text is ignored by the system.
DefaultFieldText The default value for this optional field.
Description A human readable description, of what this optional field sets (i.e. what field in the Result List Format is it used in).

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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsEmpty Helper method to determine if this optional field instance is empty.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also