Inheritance: Raven.Studio.Infrastructure.ViewModel, IAutoCompleteSuggestionProvider
Example #1
0
 public ExecutePatchCommand(PatchModel patchModel)
 {
     this.patchModel = patchModel;
 }
Example #2
0
 public PatchSelectedCommand(PatchModel patchModel)
 {
     this.patchModel = patchModel;
 }
Example #3
0
 public TestPatchCommand(PatchModel patchModel)
 {
     this.patchModel = patchModel;
 }
Example #4
0
 public LoadPatchCommand(PatchModel patchModel)
 {
     this.patchModel = patchModel;
 }
Example #5
0
 public SavePatchCommand(PatchModel patchModel)
 {
     this.patchModel = patchModel;
 }
Example #6
0
		public ExecutePatchCommand(PatchModel patchModel)
		{
			this.patchModel = patchModel;
		}
Example #7
0
		public TestPatchCommand(PatchModel patchModel)
		{
			this.patchModel = patchModel;
		}
Example #8
0
		public PatchSelectedCommand(PatchModel patchModel)
		{
			this.patchModel = patchModel;
		}
Example #9
0
		public SavePatchCommand(PatchModel patchModel)
		{
			this.patchModel = patchModel;
		}
Example #10
0
		public LoadPatchCommand(PatchModel patchModel)
		{
			this.patchModel = patchModel;
		}