public class ResultListDisplayPartition : IReconfigurableRulebookObject| ResultListDisplayPartition | Default constructor. |
| ResultListDisplayPartition(String) |
| ClassList |
The list of css classes to assign to the rows within this Partition.
|
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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 |
| ToString | Returns a string that represents the current object. (Inherited from Object) |