コード例 #1
0
            public GetSubFundSelectionRow AddGetSubFundSelectionRow(int SubFundID, string SubFund, string Description, short RollYear)
            {
                GetSubFundSelectionRow rowGetSubFundSelectionRow = ((GetSubFundSelectionRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    SubFundID,
                    SubFund,
                    Description,
                    RollYear
                };
                rowGetSubFundSelectionRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowGetSubFundSelectionRow);
                return(rowGetSubFundSelectionRow);
            }
コード例 #2
0
 public GetSubFundSelectionRowChangeEvent(GetSubFundSelectionRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void RemoveGetSubFundSelectionRow(GetSubFundSelectionRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void AddGetSubFundSelectionRow(GetSubFundSelectionRow row)
 {
     this.Rows.Add(row);
 }