public void RemoveStandardBannerListRow(StandardBannerListRow row) { this.Rows.Remove(row); }
public StandardBannerListRowChangeEvent(StandardBannerListRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddStandardBannerListRow(StandardBannerListRow row) { this.Rows.Add(row); }