Skip to main content

LXCOJobFullData class

This data object contains detailed information about a job.

Namespace: Lenovo.SysMgmt.LXCO.Integration.Data

Assembly: Lenovo.SysMgmt.LXCO.Integration.Data

Inheritance > Object > LXCOJob

Properties

public UserID { get; set;}
User who initiated this job.
public DateTime? CreationTimeStamp { get; set;}
Timestamp when the job was created.
public string[] TitleArgs { get; set;}
List of arguments included in the job title.
public LXCOJobTarget[] Targets { get; set;}
Information about the target resource.
public LXCOJobSummary Summary { get; set;}
Summary information about the job.
public LXCOJobFullData[] Children { get; set;}
Information about each subtask for this job.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)