Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CFX/InformationSystem/UnitValidation/ValidateUnitsRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,18 @@ public int? Lane
get;
set;
}

/// <summary>
/// Currently loaded recipe name. Null if no specific recipe is currently loaded.
/// </summary>
/// <remarks>
/// Send the currently loaded recipe name as part of the request, so that the validation can be performed in the context of the current recipe.
/// </remarks>
[CFX.Utilities.CreatedVersion("2.1")]
public string RecipeName
{
get;
set;
}
}
}