Example #1
0
 protected override void ApplyDefaultValues()
 {
     Entity = new PoemRevision()
     {
         Title          = _poemName + " Title " + CollectionCount.ToString(),
         Body           = _poemName + " Body " + CollectionCount.ToString(),
         Poem           = _poem,
         CreatedDateUTC = DateTime.UtcNow
     };
 }
Example #2
0
 public AbstractAppState(CollectionCount countSelectedInDataGrid)
 {
     this.CountSelectedInDataGrid = countSelectedInDataGrid;
 }
 public EditingSavedCount(CollectionCount countSelectedInDataGrid) : base(countSelectedInDataGrid)
 {
 }
Example #4
0
 public SavedCountSelected(CollectionCount countSelectedInDataGrid) : base(countSelectedInDataGrid)
 {
 }
Example #5
0
 public CreatingNewCount(CollectionCount countSelectedInDataGrid) : base(countSelectedInDataGrid)
 {
 }