public SearchOption QueueName(string x) { holes.Add(TemplateHole.NewText("queuename", x)); return(this); }
public SearchOption Status(string x) { holes.Add(TemplateHole.NewText("status", x)); return(this); }
public SearchOption JobGuid(string x) { holes.Add(TemplateHole.NewText("jobguid", x)); return(this); }
public SearchOption MethodName(string x) { holes.Add(TemplateHole.NewText("methodname", x)); return(this); }
public Main Body(string x) { holes.Add(TemplateHole.NewText("body", x)); return(this); }
public JobParameter Type(string x) { holes.Add(TemplateHole.NewText("type", x)); return(this); }
public EditableJobItem MethodName(string x) { holes.Add(TemplateHole.NewText("methodname", x)); return(this); }
public Main Title(string x) { holes.Add(TemplateHole.NewText("title", x)); return(this); }
public EditableJobItem JobParameter(string x) { holes.Add(TemplateHole.NewText("jobparameter", x)); return(this); }
public EditableJobItem JobGuid(string x) { holes.Add(TemplateHole.NewText("jobguid", x)); return(this); }
public ListItem Job(string x) { holes.Add(TemplateHole.NewText("job", x)); return(this); }
public Main NewTaskName(string x) { holes.Add(TemplateHole.NewText("newtaskname", x)); return(this); }
public JobParameter Value(string x) { holes.Add(TemplateHole.NewText("value", x)); return(this); }
public Main ListContainer(string x) { holes.Add(TemplateHole.NewText("listcontainer", x)); return(this); }
public EditableJobItem QueueName(string x) { holes.Add(TemplateHole.NewText("queuename", x)); return(this); }
public ListItem Name(string x) { holes.Add(TemplateHole.NewText("name", x)); return(this); }
public EditableJobItem Status(string x) { holes.Add(TemplateHole.NewText("status", x)); return(this); }
public Main MenuBar(string x) { holes.Add(TemplateHole.NewText("menubar", x)); return(this); }
public SearchOption JobParameter(string x) { holes.Add(TemplateHole.NewText("jobparameter", x)); return(this); }
public Main scripts(string x) { holes.Add(TemplateHole.NewText("scripts", x)); return(this); }
public JobParameter Ordinal(string x) { holes.Add(TemplateHole.NewText("ordinal", x)); return(this); }