示例#1
0
            public ControlesNavegacionElementosNavegacionRow AddControlesNavegacionElementosNavegacionRow(long idControlNavegacion, long idElementoNavegacion)
            {
                ControlesNavegacionElementosNavegacionRow rowControlesNavegacionElementosNavegacionRow = ((ControlesNavegacionElementosNavegacionRow)(this.NewRow()));

                rowControlesNavegacionElementosNavegacionRow.ItemArray = new object[] {
                    idControlNavegacion,
                    idElementoNavegacion
                };
                this.Rows.Add(rowControlesNavegacionElementosNavegacionRow);
                return(rowControlesNavegacionElementosNavegacionRow);
            }
示例#2
0
 public ControlesNavegacionElementosNavegacionRowChangeEvent(ControlesNavegacionElementosNavegacionRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
示例#3
0
 public void RemoveControlesNavegacionElementosNavegacionRow(ControlesNavegacionElementosNavegacionRow row)
 {
     this.Rows.Remove(row);
 }
示例#4
0
 public void AddControlesNavegacionElementosNavegacionRow(ControlesNavegacionElementosNavegacionRow row)
 {
     this.Rows.Add(row);
 }