Table of Contents

Class OperationInformation

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll
public record OperationInformation : IEquatable<OperationInformation>
Inheritance
OperationInformation
Implements
Inherited Members

Constructors

OperationInformation()

public OperationInformation()

OperationInformation(IOperation)

public OperationInformation(IOperation operation)

Parameters

operation IOperation

Properties

CreatedOn

public DateTimeOffset? CreatedOn { get; set; }

Property Value

DateTimeOffset?

Id

public Guid? Id { get; set; }

Property Value

Guid?

Keywords

public string? Keywords { get; set; }

Property Value

string

Location

public string? Location { get; set; }

Property Value

string

NumberInternal

public string? NumberInternal { get; set; }

Property Value

string

Status

public OperationStatus? Status { get; set; }

Property Value

OperationStatus?