TechnologyBase Members

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The base class for all technology category classes.

The following tables list the members exposed by the TechnologyBase type.

Protected Constructors

  Name Description
  TechnologyBase Overloaded.  

Top

Public Properties

(see also Protected Properties)

  Name Description
public property AbbreviatedTitle Gets a string containing the abbreviated title for the technology.
public property Description Gets a string containing the description for the technology.
public property Id Gets a string containing the Id for the technology. The string should be a short, fixed, non-localizable string.
public propertystatic Registrar Registrar for technologies. Maintains collection of registered technologies, backed by a config file.
public property Title Gets a string containing the title for the technology.

Top

Protected Properties

  Name Description
protected property ResourceManager Resource Manager.

Top

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic Add Adds the technology information to the registrar.
public methodstatic Compare Performs a comparison of two objects of the same type and returns a value indicating whether one object is less than, equal to, or greater than the other.
public method CompareTo Overloaded.  
public methodstatic Contains Checks whether the technology exists in the registrar.
public method Equals Overloaded.  
public methodstatic Find Gets the technology object with the specified id, returns null if the technology object does not exist.
public methodstatic Get Gets the technology object with the specified id, returns null if the technology object does not exist.
public method GetHashCode Overridden. Returns a unique identifier for this instance.
public method GetType  (inherited from Object)
public methodstatic Equality Compares two objects to determine whether they are equal.
public methodstatic GreaterThan Compares two objects to determine whether the first is greater than the second.
public methodstatic Inequality Compares two objects to determine whether they are not equal.
public methodstatic LessThan Compares two object to determine whether the first is less than the second.
public methodstatic Remove Removes a technology from the registrar.
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method GetLocalizedString Looks up the localized name of the specified field.
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

TechnologyBase Generic Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace