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