Exemplo n.º 1
0
 internal SearchPropertyGroupViewModel(SearchPropertiesModalViewModel modal, string ancestorPath, IEnumerable <SearchPropertyViewModel> properties)
 {
     Modal        = modal;
     AncestorPath = ancestorPath;
     Items        = Array.AsReadOnly(properties.ToArray());
 }
Exemplo n.º 2
0
 public AddCommand(SearchPropertiesModalViewModel modal)
 {
     _Modal = modal;
 }