コード例 #1
0
ファイル: index.g.cs プロジェクト: Peter-Rambeck/templates
 public ListItem Name(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("name", x)); return(this);
 }
コード例 #2
0
 public SearchOption Status(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("status", x)); return(this);
 }
コード例 #3
0
ファイル: index.g.cs プロジェクト: Peter-Rambeck/templates
 public Main ListContainer(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("listcontainer", x)); return(this);
 }
コード例 #4
0
 public SearchOption MethodName(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("methodname", x)); return(this);
 }
コード例 #5
0
 public SearchOption QueueName(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("queuename", x)); return(this);
 }
コード例 #6
0
 public Main Body(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("body", x)); return(this);
 }
コード例 #7
0
 public JobParameter Value(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("value", x)); return(this);
 }
コード例 #8
0
ファイル: EditableJobItem.g.cs プロジェクト: to11mtm/OddJob
 public EditableJobItem QueueName(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("queuename", x)); return(this);
 }
コード例 #9
0
ファイル: EditableJobItem.g.cs プロジェクト: to11mtm/OddJob
 public EditableJobItem Status(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("status", x)); return(this);
 }
コード例 #10
0
ファイル: EditableJobItem.g.cs プロジェクト: to11mtm/OddJob
 public EditableJobItem JobGuid(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("jobguid", x)); return(this);
 }
コード例 #11
0
ファイル: EditableJobItem.g.cs プロジェクト: to11mtm/OddJob
 public EditableJobItem MethodName(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("methodname", x)); return(this);
 }
コード例 #12
0
ファイル: EditableJobItem.g.cs プロジェクト: to11mtm/OddJob
 public EditableJobItem JobParameter(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("jobparameter", x)); return(this);
 }
コード例 #13
0
ファイル: JobSearch.g.cs プロジェクト: to11mtm/OddJob
 public ListItem Job(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("job", x)); return(this);
 }
コード例 #14
0
ファイル: JobSearch.g.cs プロジェクト: to11mtm/OddJob
 public Main NewTaskName(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("newtaskname", x)); return(this);
 }
コード例 #15
0
 public Main Title(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("title", x)); return(this);
 }
コード例 #16
0
 public SearchOption JobParameter(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("jobparameter", x)); return(this);
 }
コード例 #17
0
 public Main MenuBar(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("menubar", x)); return(this);
 }
コード例 #18
0
 public SearchOption JobGuid(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("jobguid", x)); return(this);
 }
コード例 #19
0
 public Main scripts(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("scripts", x)); return(this);
 }
コード例 #20
0
 public JobParameter Ordinal(View <string> x)
 {
     holes.Add(TemplateHole.NewTextView("ordinal", x)); return(this);
 }