コード例 #1
0
 public Add$fileinputname$Request($fileinputname$Detail detail)
 {
     this.$fileinputname$ = detail;
 }
コード例 #2
0
 public $fileinputname$Aggregate($fileinputname$AggregateState state) : base(state)
コード例 #3
0
 public $fileinputname$ReportRunnerViewModel(ILog log, IViewService viewService, IDispatcherService dispatcherService, IToolBarService toolBarService,
                                             $fileinputname$ReportParameterViewModel reportParameterViewModel, $fileinputname$ReportRunnerService reportRunnerService)
コード例 #4
0
ファイル: ItemAssembler.cs プロジェクト: nhannd/Xian
 public $fileinputname$Summary CreateSummary($fileinputname$ $fileinputname$, IPersistenceContext context)
コード例 #5
0
 public Update$fileinputname$Request($fileinputname$Detail detail)
 {
     this.$fileinputname$ = detail;
 }
コード例 #6
0
 public Update$fileinputname$Response($fileinputname$Summary summary)
 {
     this.$fileinputname$ = summary;
 }
コード例 #7
0
 public Load$fileinputname$ForEditResponse($fileinputname$Detail detail)
 {
     this.$fileinputname$ = detail;
 }
コード例 #8
0
 public Update$fileinputname$Response($fileinputname$Summary summary)
 {
     this.$fileinputname$ = summary;
 }
コード例 #9
0
 public $fileinputname$Summary CreateSummary($fileinputname$ $fileinputname$, IPersistenceContext context)
コード例 #10
0
 public $fileinputname$ReportRunnerViewModel(ILog log, IViewService viewService, IDispatcherService dispatcherService, IToolBarService toolBarService, 
     $fileinputname$ReportParameterViewModel reportParameterViewModel, $fileinputname$ReportRunnerService reportRunnerService)
コード例 #11
0
 void When($fileinputname$Created e)
 {
     Id   = e.Id;
     Name = e.Name;
 }
コード例 #12
0
 public Update$fileinputname$Request($fileinputname$Detail detail)
 {
     this.$fileinputname$ = detail;
 }
コード例 #13
0
ファイル: AddItemRequest.cs プロジェクト: nhannd/Xian
 public Add$fileinputname$Request($fileinputname$Detail detail)
 {
     this.$fileinputname$ = detail;
 }
コード例 #14
0
ファイル: View.xaml.cs プロジェクト: roman-filip/development
        public $fileinputname$View([CreateNew] $fileinputname$ViewModel viewModel)
        {
            InitializeComponent();

            SetViewModel(viewModel);
        }
コード例 #15
0
 public Load$fileinputname$ForEditResponse($fileinputname$Detail detail)
 {
     this.$fileinputname$ = detail;
 }
コード例 #16
0
 public object Delete($fileinputname$Request request)
 {
     throw new NotImplementedException();
 }