Click or drag to resize

ProtoOperationBehavior Class

Inheritance Hierarchy
SystemObject
  System.ServiceModel.DescriptionDataContractSerializerOperationBehavior
    ProtoBuf.ServiceModelProtoOperationBehavior

Namespace:  ProtoBuf.ServiceModel
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class ProtoOperationBehavior : DataContractSerializerOperationBehavior

The ProtoOperationBehavior type exposes the following members.

Constructors
  NameDescription
Public methodProtoOperationBehavior
Top
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
Methods
  NameDescription
Public methodCreateSerializer(Type, String, String, IListType)
Creates an instance of a class that inherits from XmlObjectSerializer for serialization and deserialization processes.
(Inherited from DataContractSerializerOperationBehavior.)
Public methodCreateSerializer(Type, XmlDictionaryString, XmlDictionaryString, IListType) (Overrides DataContractSerializerOperationBehaviorCreateSerializer(Type, XmlDictionaryString, XmlDictionaryString, IListType).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also