Class VehicleImage
Represents an image for a vehicle.
Inheritance
System.Object
VehicleImage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Logistics.Vehicle.Model
Assembly: Simplic.Logistics.Vehicle.dll
Syntax
public class VehicleImage
Properties
| Improve this Doc View SourceFileExtension
Gets or sets the file extionsion.
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Gets or sets the file name.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageBlob
Gets or sets the image blob.
Declaration
public byte[] ImageBlob { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
ImageGuid
Gets or sets the image guid. Returns a new guid if none has been set.
Declaration
public Guid ImageGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets whether the image is deleted.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OrderId
Gets or sets the Order Id. This determines the order of images.
Declaration
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VehicleGuid
Gets or sets the vehicle guid.
Declaration
public Guid VehicleGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |