Class MasterListDto
Represents a data transfer object for a master list, used to transfer collection data between application layers.
public class MasterListDto
- Inheritance
-
MasterListDto
- Inherited Members
- Extension Methods
Properties
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
Name
public string Name { get; set; }
Property Value
Options
public int Options { get; set; }