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