DeploymentFileSerializationEventArgs Class
IIS 7.0
Provides an event argument for file serialization events.
System..::..Object
System..::..EventArgs
Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
Microsoft.Web.Deployment..::..DeploymentSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentFileSerializationEventArgs
System..::..EventArgs
Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
Microsoft.Web.Deployment..::..DeploymentSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentFileSerializationEventArgs
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentFileSerializationEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentFileSerializationEventArgs | Creates an instance of a DeploymentFileSerializationEventArgs object. |
| Name | Description | |
|---|---|---|
![]() | CurrentFile | Gets the index of the file that this event argument represents. |
![]() | 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 number of files being serialized by a deployment operation. |
![]() | FileName | Gets the name of the file being serialized. |
![]() | 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:
