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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class BusinessSegmentDto : IEquatable<BusinessSegmentDto>
- Inheritance
- Object BusinessSegmentDto
- Implements
- IEquatableBusinessSegmentDto
| Id |
ID of the business object
|
| Label |
Label of the business object.
|