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