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