Class JobTemplate
Wraps a job template.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class JobTemplate : JTObject
Constructors
JobTemplate(Int32, String)
Declaration
public JobTemplate(int id_, string name_)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id_ | Job template id. |
| System.String | name_ | Job template name. |
Properties
JobTemplateId
JobTemplate id.
Declaration
public int JobTemplateId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
JobTemplateName
JobTemplate name.
Declaration
public string JobTemplateName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
ToString()
Returns a string representation of the JobTemplate.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | String representation of the JobTemplate |
Overrides
System.Object.ToString()