Table of Contents

Class JobTemplateID

Namespace
Skyline.DataMiner.Net.Jobs
Assembly
SLNetTypes.dll

Represents a job template ID.

[Serializable]
public class JobTemplateID : GuidDMAObjectRef<JobTemplateID>
Inheritance
JobTemplateID
Inherited Members
Extension Methods

Remarks

Feature introduced in DataMiner 9.6.6 (RN 21380).

Constructors

JobTemplateID()

Initializes a new instance of the JobTemplateID class.

JobTemplateID(Guid)

Initializes a new instance of the JobTemplateID class using the specified Job template ID.

Properties

Id

Gets the job template ID.

Methods

Build(SimpleByteReader)

Builds a JobTemplateID instance out of the specified SimpleByteReader.

ToFileFriendlyString()

Returns a file-friendly string that represents the current object.

ToString()

Returns a string that represents the current object.