Add IndexOf property to WSRequest and Description classes; implement getValue function in recipes-and-patterns.js
This commit is contained in:
@ -30,6 +30,7 @@ public class Description : IDescription, Shared.Properties.IDescription
|
||||
[JsonPropertyName("PSN")] public string PSN { get; set; }
|
||||
[JsonPropertyName("Reactor")] public string Reactor { get; set; }
|
||||
[JsonPropertyName("Recipe")] public string Recipe { get; set; }
|
||||
[JsonPropertyName("IndexOf")] public string IndexOf { get; set; }
|
||||
//
|
||||
[JsonPropertyName("Area")] public string Area { get; set; }
|
||||
[JsonPropertyName("Folder")] public string Folder { get; set; }
|
||||
|
Reference in New Issue
Block a user