Class ResourceInformation
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public record ResourceInformation : Information, IEquatable<Information>, IEquatable<ResourceInformation>
- Inheritance
-
ResourceInformation
- Implements
-
- Inherited Members
-
Constructors
public ResourceInformation()
public ResourceInformation(IUnitResource resource)
Parameters
resource IUnitResource
Properties
public string? Callsign { get; set; }
Property Value
- string
public string? CallsignShort { get; set; }
Property Value
- string
public string? Category { get; set; }
Property Value
- string
public string? CurrentOperation { get; set; }
Property Value
- string
public Guid? CurrentOperationId { get; set; }
Property Value
- Guid?
public string? Destination { get; set; }
Property Value
- string
public int? DispatchCounter { get; set; }
Property Value
- int?
public string? Duty { get; set; }
Property Value
- string
public Coordinates? DynamicPosition { get; set; }
Property Value
- Coordinates?
public Coordinates? StaticPosition { get; set; }
Property Value
- Coordinates?
public string? Station { get; set; }
Property Value
- string
public DateTimeOffset? SuggestionOn { get; set; }
Property Value
- DateTimeOffset?
public long? UnitId { get; set; }
Property Value
- long?
public UnitStatus? UnitStatus { get; set; }
Property Value
- UnitStatus?
public UnitStatusNonPersistent? UnitStatusNonPersistent { get; set; }
Property Value
- UnitStatusNonPersistent?