コード例 #1
0
            public MobXLootTemplateRow AddMobXLootTemplateRow(string MobXLootTemplate_ID, string MobName, string LootTemplateName, int DropCount)
            {
                MobXLootTemplateRow rowMobXLootTemplateRow = ((MobXLootTemplateRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    MobXLootTemplate_ID,
                    MobName,
                    LootTemplateName,
                    DropCount
                };
                rowMobXLootTemplateRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowMobXLootTemplateRow);
                return(rowMobXLootTemplateRow);
            }
コード例 #2
0
 public MobXLootTemplateRowChangeEvent(MobXLootTemplateRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void RemoveMobXLootTemplateRow(MobXLootTemplateRow row) {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void AddMobXLootTemplateRow(MobXLootTemplateRow row) {
     this.Rows.Add(row);
 }
コード例 #5
0
 public MobXLootTemplateRowChangeEvent(MobXLootTemplateRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #6
0
 public void RemoveMobXLootTemplateRow(MobXLootTemplateRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #7
0
 public void AddMobXLootTemplateRow(MobXLootTemplateRow row)
 {
     this.Rows.Add(row);
 }