BusinessSegmentDto Class
Represents a simple ID/Label object for JSON serialization; useful for dropdowns to allow users to specify items from a large list
without having it impact performance and RAM usage significantly.
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public sealed class BusinessSegmentDto : IEquatable<BusinessSegmentDto>
- Inheritance
- Object BusinessSegmentDto
- Implements
- IEquatableBusinessSegmentDto
| Id |
ID of the business object
|
| Label |
Label of the business object.
|