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

Public Constructors

  Name Description
CustomDeploymentTechnology Overloaded.  
Top

Public Fields

  Name Description
public fieldstatic TechnologyId  
Top

Public Properties (see also Protected Properties)

  Name Description
public property AbbreviatedTitle  Gets a string containing the abbreviated title for the technology. (inherited from TechnologyBase)
public property AllowedHostingTechnologyIds  Gets a list of hosting technology identifiers that are used by the deployment technology. (inherited from DeploymentTechnology)
public property DefaultHostingTechnology  Gets the default hosting technology for the deployment technology. (inherited from DeploymentTechnology)
public property Description  Gets a string containing the description for the technology. (inherited from TechnologyBase)
public property Id  Gets a string containing the Id for the technology. The string should be a short, fixed, non-localizable string. (inherited from TechnologyBase)
public property InstallerTechnology  Gets the installer technology that is used by the deployment technology. (inherited from DeploymentTechnology)
public property Title  Gets a string containing the title for the technology. (inherited from TechnologyBase)
Top

Protected Properties

  Name Description
protected property ResourceManager  Resource Manager. (inherited from TechnologyBase)
Top

Public Methods (see also Protected Methods)

  Name Description
public method CompareTo  Overloaded. (inherited from TechnologyBase)
public method Equals  Overloaded. (inherited from TechnologyBase)
public method GetHashCode  Overridden. Returns a unique identifier for this instance. (inherited from Object)
public method GetType  (inherited from Object)
public method IsHostingTechnologyAllowed  Determines if the identified hosting technology is allowed by the deployment technology. (inherited from DeploymentTechnology)
public method ToString  (inherited from Object)
public method VerifyHostingTechnology  Verifies that the hosting technology is allowed by the deployment technology. (inherited from DeploymentTechnology)
Top

Protected Methods

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

See Also