2 using System.Collections.Generic;
5 using System.Reflection;
7 namespace PlugInsInterfaces.DataTypes.Mix
13 [Obfuscation(Feature =
"renaming", Exclude =
true)]
20 [Obfuscation(Feature =
"renaming", Exclude =
true)]
21 int ResourceId {
get; }
25 [Obfuscation(Feature =
"renaming", Exclude =
true)]
30 [Obfuscation(Feature =
"renaming", Exclude =
true)]
31 string Type {
get; set; }
35 [Obfuscation(Feature =
"renaming", Exclude =
true)]
36 double Share {
get; set; }
40 [Obfuscation(Feature =
"renaming", Exclude =
true)]
41 List<IProductionItem> Childs {
get; set; }
A production item can represent a patway or a mix It contains an Id and a type that allows the user t...