DeploymentSerializationEventArgs Class
IIS 7.0
Defines an argument that is used in a deployment serialization event.
System..::..Object
System..::..EventArgs
Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
Microsoft.Web.Deployment..::..DeploymentSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentFileSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentPackageSerializationEventArgs
System..::..EventArgs
Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
Microsoft.Web.Deployment..::..DeploymentSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentFileSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentPackageSerializationEventArgs
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentSerializationEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentSerializationEventArgs | Creates an instance of a DeploymentSerializationEventArgs object. |
| Name | Description | |
|---|---|---|
![]() | EventData | Gets a dictionary of data associated with the current event argument. (Inherited from DeploymentTraceEventArgs.) |
![]() | EventLevel | Gets the trace level used by the current event argument. (Inherited from DeploymentTraceEventArgs.) |
![]() | Message | Gets a message describing the current serialization operation. (Overrides DeploymentTraceEventArgs..::..Message.) |
![]() | SerializationAction | Gets the serialization operation this event represents. |
| Name | Description | |
|---|---|---|
![]() | AddEventData | Adds data to the current event argument. (Inherited from DeploymentTraceEventArgs.) |
![]() | CollectEventData | Collects the event data for the current trace event argument. (Inherited from DeploymentTraceEventArgs.) |
![]() | CreateNavigator | Creates an XPathNavigator for the current event argument. (Inherited from DeploymentTraceEventArgs.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
