예제 #1
0
 public FeaturesRow AddValidFeaturesRow(PhotosRow photosRow)
 {
     return(AddFeaturesRow(this.GetNextId(), photosRow, null));
 }
예제 #2
0
 public AnchorsRow AddValidAnchorsRow(PhotosRow photosRow)
 {
     return(AddAnchorsRow(this.GetNextId(), photosRow, 0, 0, 0));
 }
예제 #3
0
 public void RemovePhotosRow(PhotosRow row) {
     this.Rows.Remove(row);
 }
예제 #4
0
 public PhotosRowChangeEvent(PhotosRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
예제 #5
0
 public void AddPhotosRow(PhotosRow row) {
     this.Rows.Add(row);
 }