Skip to main content

ConfigPatternData class

This data object contains data about the configuration pattern

Namespace: Lenovo.SysMgmt.LXCO.Integration.Data

Assembly: Lenovo.SysMgmt.LXCO.Integration.Data

Properties

public string ID { get; set; }
Configuration pattern ID
public string Name { get; set; }
Configuration pattern name
public string Description { get; set; }
Configuration pattern description
public string FormFactor{ get; set; }
Form factor
public string CreatedBy{ get; set; }
Name of the user who created this pattern.
public DateTime? CreatedTimestamp { get; set; }
Timesstamp when this pattern was created.
public DateTime? LastModifiedTimestamp { get; set; }
Timestamp when this pattern was modified last time

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)