Table of Contents

Class NormalizedFixture

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

Properties

Bindings

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

Property Value

Dictionary<string, string>

Name

public string Name { get; init; }

Property Value

string

Source

public string? Source { get; init; }

Property Value

string

Use

public string? Use { get; init; }

Property Value

string