コード例 #1
0
 public static void LoadEntityViewSetWithChanges <TEntityView>(this ILoadEntityViewSetWithChanges <TEntityView, IMatchType> msg) where TEntityView : IEntityView
 {
     EntityViewDataContext <TEntityView> .LoadEntityViewSetWithChanges(msg);
 }
コード例 #2
0
 public static void GetEntityViewWithChanges <TEntityView>(this IGetEntityViewWithChanges <TEntityView> msg) where TEntityView : IEntityView
 {
     EntityViewDataContext <TEntityView> .GetEntityViewWithChanges(msg);
 }
コード例 #3
0
 public static void UpdateEntityViewWithChanges <TEntityView>(this IUpdateEntityViewWithChanges <TEntityView> msg) where TEntityView : IEntityView
 {
     EntityViewDataContext <TEntityView> .UpdateEntityViewWithChanges(msg);
 }
コード例 #4
0
 public static void GetEntity <TEntityView>(this IGetEntityViewById <TEntityView> msg) where TEntityView : IEntityView
 {
     EntityViewDataContext <TEntityView> .GetEntityViewById(msg);
 }