ImageReference Class
Represents a reference to an image that can be used by the Business object to identify itself; an
AccountDto avatar,
DeviceDto icon on Google Maps,
etc.
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public sealed class ImageReference : ICloneable<ImageReference>,
IEquatable<ImageReference>
- Inheritance
- Object ImageReference
- Implements
- ICloneableImageReference, IEquatableImageReference
| ImagePath |
Path of the image (in Azure Blob Storage, relative to the main folder of the company). Can be null when we're working with a new image
uploaded by a user that hasn't been saved yet.
|
| Size |
Optional: the size to draw the image in. If the value is Empty, the original dimensions of the image will be used.
|