For Babelfish Release 1.11.3.13

ResultListCellValue Class

Definition

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

Constructors

ResultListCellValueInitializes a new instance of the ResultListCellValue class

Properties

ClassSet List of ClassSet to augment the cell with.

These classes are added to the class list in addition to the .ClassSet specified in the ResultListDisplayColumn instance.

.
Comment Internal documentation comments. All text is ignored by the system.
IsEmpty Helper property to determine if the value of this ResultListCellValue is effective empty.
LinkTo What, if anything, the text in this cell should link to.
Text Text, with field interpolation, to display in each cell.

Interpolation fields are defined in the ResultListFormat's Fields section.

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)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ShouldSerializeClassSet A Newtonsoft Conditional Property to only serialize ClassSEt when the list has something in it. https://www.newtonsoft.com/json/help/html/ConditionalProperties.htm
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also