Add name property to definition proxy

This commit is contained in:
oguzhankoral
2024-07-16 09:28:14 +02:00
parent a88f860c5e
commit 5d4e14e802
@@ -11,4 +11,6 @@ public class InstanceDefinitionProxy : Base, IInstanceComponent
public List<string> Objects { get; set; } // source app application ids for the objects
public int MaxDepth { get; set; }
public string Name { get; set; }
}