Beispiel #1
0
            public PatrolsByClubRow AddPatrolsByClubRow(string ClubName, string ClubId, string ShooterName, string ShooterClass, int PatrolId, int Lane, System.DateTime Start, string Weapon, string WeaponCaliber, int Payed)
            {
                PatrolsByClubRow rowPatrolsByClubRow = ((PatrolsByClubRow)(this.NewRow()));

                rowPatrolsByClubRow.ItemArray = new object[] {
                    ClubName,
                    ClubId,
                    ShooterName,
                    ShooterClass,
                    PatrolId,
                    Lane,
                    Start,
                    Weapon,
                    WeaponCaliber,
                    Payed
                };
                this.Rows.Add(rowPatrolsByClubRow);
                return(rowPatrolsByClubRow);
            }
 public PatrolsByClubRowChangeEvent(PatrolsByClubRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void RemovePatrolsByClubRow(PatrolsByClubRow row) {
     this.Rows.Remove(row);
 }
 public void AddPatrolsByClubRow(PatrolsByClubRow row) {
     this.Rows.Add(row);
 }
Beispiel #5
0
 public PatrolsByClubRowChangeEvent(PatrolsByClubRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #6
0
 public void RemovePatrolsByClubRow(PatrolsByClubRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #7
0
 public void AddPatrolsByClubRow(PatrolsByClubRow row)
 {
     this.Rows.Add(row);
 }
 public PatrolsByClubRowChangeEvent(PatrolsByClubRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public PatrolsByClubRowChangeEvent(PatrolsByClubRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }