コード例 #1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new AP_Master_Item_Unit_Command(ConnectionStr, this);
 }
コード例 #2
0
 public AP_Master_Item_Unit(string ConnectionStr, Int32 ItemId_Value, String UnitCode_Value)
 {
     ExecCommand = new AP_Master_Item_Unit_Command(ConnectionStr, this);
     ExecCommand.Load(ItemId_Value, UnitCode_Value);
 }
コード例 #3
0
 public AP_Master_Item_Unit()
 {
     ExecCommand = new AP_Master_Item_Unit_Command(this);
 }