Table of Contents

Class JobID

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

Represents a Job ID.

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

Constructors

JobID()

Initializes a new instance of the JobID class.

JobID(Guid)

Initializes a new instance of the JobID class using the specified GUID.

Properties

Id

Gets the GUID.

Methods

Build(SimpleByteReader)

Creates a new JobID instance from the specified SimpleByteReader.

ToAttachmentString()

Returns the attachment string.

ToFileFriendlyString()

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

ToString()

Returns a string that represents the current object.