mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
More commands/queries
WIP on XAML EntryVm and GroupVm
This commit is contained in:
@@ -9,9 +9,9 @@ namespace ModernKeePass.Interfaces
|
||||
{
|
||||
GroupVm ParentGroup { get; }
|
||||
GroupVm PreviousGroup { get; }
|
||||
int IconId { get; }
|
||||
int Icon { get; }
|
||||
string Id { get; }
|
||||
string Name { get; set; }
|
||||
string Title { get; set; }
|
||||
IEnumerable<IVmEntity> BreadCrumb { get; }
|
||||
bool IsEditMode { get; }
|
||||
bool IsRecycleOnDelete { get; }
|
||||
|
Reference in New Issue
Block a user