Class MasterListData
Represents a data container for a master list, serving as a centralized collection of items used for reference or aggregation purposes.
public class MasterListData
- Inheritance
-
MasterListData
- Inherited Members
- Extension Methods
Properties
MasterListId
public ObjectId? MasterListId { get; set; }
Property Value
- ObjectId?
MasterListType
public MasterListType? MasterListType { get; set; }
Property Value
Methods
ToString()
Returns a string representation of the master list, formatted with its identifier and type enclosed in square brackets.
Handles null values for MasterListId and MasterListType by displaying them as "Null" and "null" respectively.
public override string ToString()
Returns
- string
A formatted string containing the identifier and type of the master list.