DataContractSerializerOperationBehavior Methods
.NET Framework 4.5
The DataContractSerializerOperationBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateSerializer(Type, String, String, IList<Type>) | Creates an instance of a class that inherits from XmlObjectSerializer for serialization and deserialization processes. |
|
CreateSerializer(Type, XmlDictionaryString, XmlDictionaryString, IList<Type>) | Creates an instance of a class that inherits from XmlObjectSerializer for serialization and deserialization processes with an XmlDictionaryString that contains the namespace. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IOperationBehavior.AddBindingParameters | Adds a collection of parameters to the behavior. |
|
IOperationBehavior.ApplyClientBehavior | Attaches a client behavior to the operation. |
|
IOperationBehavior.ApplyDispatchBehavior | Applies the behavior to the operation. |
|
IOperationBehavior.Validate | Validates the operation. |
|
IWsdlExportExtension.ExportContract | Exports the WSDL representation of the operation. |
|
IWsdlExportExtension.ExportEndpoint | Exports the endpoint description as a WSDL document. |