Class ExampleResultProps

Assembly: redb.Examples.dll

Props for storing example test results in redb database.
Key (E001, E002...) stored in RedbObject._value_string.
Title stored in RedbObject._name.

[RedbScheme("ExampleResult")]
public class ExampleResultProps

Inheritance

ObjectExampleResultProps

Properties

Results

Results by platform: "mssql", "mssql.pro", "postgres", "postgres.pro".

public Dictionary<string, PlatformResult>? Results { get; set; }

Tier

License tier: "Free", "Pro", "Enterprise".

public string Tier { get; set; }