DeploymentPackageSerializationEventArgs Class
IIS 7.0
Provides properties that define an argument for a package serialization event.
System..::..Object
System..::..EventArgs
Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
Microsoft.Web.Deployment..::..DeploymentSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentPackageSerializationEventArgs
System..::..EventArgs
Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
Microsoft.Web.Deployment..::..DeploymentSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentPackageSerializationEventArgs
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentPackageSerializationEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentPackageSerializationEventArgs | Creates in instance of a DeploymentPackageSerializationEventArgs object. |
| Name | Description | |
|---|---|---|
![]() | CurrentFile | Gets the current file number in relation to the total file count. |
![]() | 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.) |
![]() | FileCount | Gets the total file count. |
![]() | FileName | Get the name of the file. |
![]() | Message | Gets a message describing the current serialization operation. (Inherited from DeploymentSerializationEventArgs.) |
![]() | SerializationAction | Gets the serialization operation this event represents. (Inherited from DeploymentSerializationEventArgs.) |
| 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:
