Table of Contents

Class State

Namespace
The.SQL.Schema
Assembly
Instagile.dll
public record State : IEquatable<State>
Inheritance
State
Implements
Inherited Members

Constructors

State(string, DateTimeOffset)

public State(string Description, DateTimeOffset LastRun)

Parameters

Description string
LastRun DateTimeOffset

Properties

Description

public string Description { get; init; }

Property Value

string

LastRun

public DateTimeOffset LastRun { get; init; }

Property Value

DateTimeOffset