Add name property to definition proxy
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user