Class RelationshipModel
The derived diff: the two snapshots plus every detected issue.
Inheritance
RelationshipModel
Assembly: Serenity.SoundMixer.Application.dll
Syntax
public sealed class RelationshipModel
Constructors
RelationshipModel(MixerSnapshot, SerenitySnapshot)
Declaration
public RelationshipModel(MixerSnapshot mixer, SerenitySnapshot serenity)
Parameters
Properties
ErrorCount
Declaration
public int ErrorCount { get; }
Property Value
InfoCount
Declaration
public int InfoCount { get; }
Property Value
Issues
Declaration
public List<RelationshipIssue> Issues { get; }
Property Value
Mixer
Declaration
public MixerSnapshot Mixer { get; }
Property Value
Serenity
Declaration
public SerenitySnapshot Serenity { get; }
Property Value
WarningCount
Declaration
public int WarningCount { get; }
Property Value