BulletinData class

This data object contains information about a Lenovo bulletin.

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Properties

public DateTime? PublishingDate { get; set; }
Date when the bulletin was published
public string Id { get; set; }
Bulletin ID
public string ValidDateRange { get; set; }
Interval when this bulletin comes into action
public DateTime? StartDate { get; set; }
Date when this bulletin comes into action
public DateTime? EndDate { get; set; }
Date when this bulletin ends
public string Message { get; set; }
Bulletin message
public string DocLink { get; set; }
URL to detailed information about the bulletin
public string Severity { get; set; }
Bulletin severity
public string Category { get; set; }
Bulletin category
public string Component { get; set; }
Component associated with this bulletin

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)