Class OperationInformation
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
public record OperationInformation : IEquatable<OperationInformation>
- Inheritance
-
OperationInformation
- Implements
-
- Inherited Members
-
Constructors
public OperationInformation()
public OperationInformation(IOperation operation)
Parameters
operation IOperation
Properties
public DateTimeOffset? CreatedOn { get; set; }
Property Value
- DateTimeOffset?
public Guid? Id { get; set; }
Property Value
- Guid?
public string? Keywords { get; set; }
Property Value
- string
public string? Location { get; set; }
Property Value
- string
public string? NumberInternal { get; set; }
Property Value
- string
public OperationStatus? Status { get; set; }
Property Value
- OperationStatus?