DeploymentRuleHandler Class

IIS 7.0

Provides properties and methods for deployment rule handlers.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentRuleHandler

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentRuleHandler abstract : IDeploymentNameDescription

The DeploymentRuleHandler type exposes the following members.

  NameDescription
Protected methodDeploymentRuleHandlerCreates an instance of a DeploymentRuleHandler object.
Top

  NameDescription
Public propertyAllowOverride
Public propertyDescriptionGets the description of the DeploymentRuleHandler object.
Public propertyEnabledByDefault
Public propertyExampleOrDetail
Public propertyFriendlyNameGets the friendly name of the current DeploymentRuleHandler object.
Public propertyNameGets the unique name of the current DeploymentRuleHandler object.
Public propertyOrder
Top

  NameDescription
Public methodAdd
Public methodAddChild
Public methodCompareAttribute
Public methodDeletePerforms a delete operation for the current rule handler.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeInitializes the current DeploymentRuleHandler object.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPostSyncPerforms actions after a synchronization action is executed.
Public methodPreSync
Public methodSyncDestination
Public methodSyncSource
Public methodToString (Inherited from Object.)
Public methodUpdatePerforms an update in the context of a deployment rule handler.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: