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