Table of Contents

Class CressCapability

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

Properties

AcceptanceCriteria

public List<AcceptanceCriterion>? AcceptanceCriteria { get; init; }

Property Value

List<AcceptanceCriterion>

Id

public string Id { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Owner

public string? Owner { get; init; }

Property Value

string

Risk

public string? Risk { get; init; }

Property Value

string

Rules

public List<string>? Rules { get; init; }

Property Value

List<string>

SourceFile

[YamlIgnore]
public string? SourceFile { get; init; }

Property Value

string

Tags

public List<string> Tags { get; init; }

Property Value

List<string>

Version

public int Version { get; init; }

Property Value

int