Class MasterList
Represents a master list, serving as a centralized collection for managing a comprehensive set of items.
public class MasterList
- Inheritance
-
MasterList
- Derived
- Inherited Members
- Extension Methods
Remarks
This class provides a foundational structure for organizing and accessing a primary list of entries.
Properties
AutoObservationName
public List<string> AutoObservationName { get; set; }
Property Value
CanAddElement
public bool CanAddElement { get; set; }
Property Value
DefaultLocale
public LocaleEnum? DefaultLocale { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
ListType
public MasterListType ListType { get; set; }
Property Value
ManualObservationName
public string ManualObservationName { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
OptionListDetails
public OptionListDetails? OptionListDetails { get; set; }
Property Value
Options
public List<OptionList> Options { get; set; }
Property Value
Methods
ReturnMasterListOptionsInLocaleIfExist(LocaleEnum?)
public MasterList ReturnMasterListOptionsInLocaleIfExist(LocaleEnum? localeToReturn)
Parameters
localeToReturnLocaleEnum?