Click or drag to resize

ProtoOperationBehavior Properties

The ProtoOperationBehavior type exposes the following members.

Properties
  NameDescription
Public propertyDataContractFormatAttribute
Gets the DataContractFormatAttribute associated with the operation.
(Inherited from DataContractSerializerOperationBehavior.)
Public propertyDataContractResolver
Gets or sets an implementation of the DataContractResolver that is used to dynamically map types during serialization and deserialization processes.
(Inherited from DataContractSerializerOperationBehavior.)
Public propertyDataContractSurrogate
Gets or sets a surrogate to be used during the serialization and deserialization processes.
(Inherited from DataContractSerializerOperationBehavior.)
Public propertyIgnoreExtensionDataObject
Gets or sets a value that specifies whether the data provided by an extension of a type (and therefore not in the data contract) is ignored or not.
(Inherited from DataContractSerializerOperationBehavior.)
Public propertyMaxItemsInObjectGraph
Gets or sets the maximum number of items in the object graph to serialize or deserialize.
(Inherited from DataContractSerializerOperationBehavior.)
Public propertyModel
Top
See Also