For Babelfish Release 1.11.1.3

CellValues Class

Cell Values represent the what and the how to display in a result list cell. A cell meaning one section in a result list row. Probable implemented as a or a
. A CellValue can represent cells in the header, in a result row, or child row, or footer.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class CellValues
Inheritance
Object    CellValues

Constructors

Properties

Body 
Child 
ClassList The list of CSS Classes to assign to the cell's class attribute.
LinkTo Indicates what page or view this Cell should link to. The data to link to this page is found in the LinkToData property. The default value is None, indicating no link.
LinkToData 
Text The text to display in the cell. The text would have already been formatted into a string, based on the ResultListFormat's .Format.Column values.

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)
ToString
(Overrides ObjectToString)

Fields

See Also