Stock from Github repo
- WPF Client (empty) - MVVM code base (limited) - Images, Sprites, and other Rss
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SeriusSoft.Frameworks.MVVM.ViewModels
|
||||
{
|
||||
public interface IBackedByModel
|
||||
{
|
||||
bool IsNew { get; }
|
||||
bool IsBacked { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
namespace SeriusSoft.Frameworks.MVVM.Core
|
||||
{
|
||||
public interface IBatchable
|
||||
{
|
||||
bool IsInBatchMode { get; set; }
|
||||
void Begin_ViewModelUpdates();
|
||||
void End_ViewModelUpdates();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user