ODataDeltaResourceSetSerializationInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class to provide additional serialization information to the ODataDeltaWriter for an ODataDeltaResourceSet.
public sealed class ODataDeltaResourceSetSerializationInfo
type ODataDeltaResourceSetSerializationInfo = class
Public NotInheritable Class ODataDeltaResourceSetSerializationInfo
- Inheritance
-
ODataDeltaResourceSetSerializationInfo
Constructors
ODataDeltaResourceSetSerializationInfo() |
Properties
EntitySetName |
The entity set name of the resource/source resource to be written. Should be fully qualified if the entity set is not in the default container. |
EntityTypeName |
The namespace qualified element type name of the entity set. |
ExpectedTypeName |
The namespace qualified type name of the expected entity type. |