示例#1
0
        public virtual void LoadMst従業員マスタList(IList <Kbn職位区分> kbn職位区分List, LoadReferrerOption <Mst従業員マスタCB, Mst従業員マスタ> loadReferrerOption)
        {
            AssertObjectNotNull("kbn職位区分List", kbn職位区分List); AssertObjectNotNull("loadReferrerOption", loadReferrerOption);
            if (kbn職位区分List.Count == 0)
            {
                return;
            }
            Mst従業員マスタBhv referrerBhv = xgetBSFLR().Select <Mst従業員マスタBhv>();

            HelpLoadReferrerInternally <Kbn職位区分, String, Mst従業員マスタCB, Mst従業員マスタ>
                (kbn職位区分List, loadReferrerOption, new MyInternalLoadMst従業員マスタListCallback(referrerBhv));
        }
 public MyInternalDeleteCallback(Mst従業員マスタBhv bhv)
 {
     _bhv = bhv;
 }
 public MyInternalInsertOrUpdateCallback(Mst従業員マスタBhv bhv)
 {
     _bhv = bhv;
 }
 public InternalSelectPagingHandler(Mst従業員マスタBhv bhv, Mst従業員マスタCB cb)
 {
     _bhv = bhv; _cb = cb;
 }
示例#5
0
 public MyInternalLoadMst従業員マスタListCallback(Mst従業員マスタBhv referrerBhv)
 {
     this.referrerBhv = referrerBhv;
 }