public class ResultListCellValue : IReconfigurableRulebookObject| ResultListCellValue | Initializes a new instance of the ResultListCellValue class |
| 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. |
| 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) |
| 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) |