ODataCollectionStartSerializationInfo Class

Class to provide additional serialization information to the ODataCollectionWriter for an ODataCollectionStart.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataCollectionStartSerializationInfo

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public NotInheritable Class ODataCollectionStartSerializationInfo
'Usage
Dim instance As ODataCollectionStartSerializationInfo
public sealed class ODataCollectionStartSerializationInfo
public ref class ODataCollectionStartSerializationInfo sealed
[<SealedAttribute>]
type ODataCollectionStartSerializationInfo =  class end
public final class ODataCollectionStartSerializationInfo

The ODataCollectionStartSerializationInfo type exposes the following members.

Constructors

  Name Description
Public method ODataCollectionStartSerializationInfo

Top

Properties

  Name Description
Public property CollectionTypeName The fully qualified type name of the collection to be written.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.OData Namespace