For Babelfish Release 1.11.1.3

ResultListDisplayPartition Class

Specifies how a row, in a ResultListIntermediatFormat should be decorated for styling.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class ResultListDisplayPartition : IReconfigurableRulebookObject
Inheritance
Object    ResultListDisplayPartition
Implements
IReconfigurableRulebookObject

Constructors

Properties

ClassList The list of css classes to assign to the rows within this Partition.
Obsolete
ClassSet The list of ClassSet objects, each containing a CSS class (string) and ShowWhen object, to determine if the class should be used when displaying the row.
Comment Internal documentation comments. All text is ignored by the system.

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)
ShouldSerializeClassList A Newtonsoft Conditional Property to only serialize ClassSEt when the list has something in it. https://www.newtonsoft.com/json/help/html/ConditionalProperties.htm
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)

See Also