Table of Contents

Class NormalizedExecutable

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record NormalizedExecutable : IEquatable<NormalizedExecutable>
Inheritance
NormalizedExecutable
Implements
Inherited Members

Properties

Inputs

public Dictionary<string, string> Inputs { get; init; }

Property Value

Dictionary<string, string>

Kind

public string Kind { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Source

public SourceReference Source { get; init; }

Property Value

SourceReference