Represents the base class for application deployment technologies.
The following tables list the members exposed by the DeploymentTechnology type.
Protected
Constructors
Name | Description | |
---|---|---|
DeploymentTechnology | Overloaded. Initializes a new instance of the deployment technology class |
Public Properties
(see also Protected
Properties)
Name | Description | |
---|---|---|
![]() |
AbbreviatedTitle | Gets a string containing the abbreviated title for the technology. (inherited from TechnologyBase) |
![]() |
AllowedHostingTechnologyIds | Gets a list of hosting technology identifiers that are used by the deployment technology. |
![]() |
DefaultHostingTechnology | Gets the default hosting technology for the deployment technology. |
![]() |
Description | Gets a string containing the description for the technology. (inherited from TechnologyBase) |
![]() |
Id | Gets a string containing the Id for the technology. The string should be a short, fixed, non-localizable string. (inherited from TechnologyBase) |
![]() |
InstallerTechnology | Gets the installer technology that is used by the deployment technology. |
![]() |
Title | Gets a string containing the title for the technology. (inherited from TechnologyBase) |
Protected
Properties
Name | Description | |
---|---|---|
![]() |
ResourceManager | Resource Manager. (inherited from TechnologyBase) |
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
CompareTo | Overloaded. (inherited from TechnologyBase) |
![]() |
Equals | Overloaded. (inherited from TechnologyBase) |
![]() |
GetHashCode | Overridden. Returns a unique identifier for this instance. (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
IsHostingTechnologyAllowed | Determines if the identified hosting technology is allowed by the deployment technology. |
![]() |
ToString | (inherited from Object) |
![]() |
VerifyHostingTechnology | Verifies that the hosting technology is allowed by the deployment technology. |
Protected
Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
GetLocalizedString | Looks up the localized name of the specified field. (inherited from TechnologyBase) |
![]() |
MemberwiseClone | (inherited from Object) |