|
InstanceAnnotationCollection |
Obsolete. Represents an annotation to capture all of the custom instance annotations on an ODataAnnotatable. This class is now obsolete. Instead of using this class to read and write Instance Annotations, use the InstanceAnnotations property on the OData object model instance being annotated. For example, to serialize or deserialize custom annotations on an entry, use the InstanceAnnotations property on ODataEntry. |
|
ODataAction |
Represents an OData action. |
|
ODataAnnotatable |
Represents the base class for all annotatable types in OData library. |
|
ODataAssociationLink |
Represents an association link. |
|
ODataBatchOperationRequestMessage |
Displays a message representing an operation in a batch request. |
|
ODataBatchOperationResponseMessage |
Displays a message representing an operation in a batch response. |
|
ODataBatchReader |
Represents a class for reading OData batch messages; also verifies the proper sequence of read calls on the reader. |
|
ODataBatchWriter |
Writes OData batch messages; also verifies the proper sequence of write calls on the writer. |
|
ODataCollectionReader |
Represents the base class for OData collection readers. |
|
ODataCollectionStart |
OData representation of a top-level collection. |
|
ODataCollectionStartSerializationInfo |
Class to provide additional serialization information to the ODataCollectionWriter for an ODataCollectionStart. |
|
ODataCollectionValue |
OData representation of a Collection. |
|
ODataCollectionWriter |
Represents the base class for OData collection writers. |
|
ODataComplexValue |
Represents the OData complex value. |
|
ODataConstants |
Constant values used by the OData or HTTP protocol or OData library. |
|
ODataContentTypeException |
Exception type representing exception when Content-Type of a message is not supported. |
|
ODataEntityReferenceLink |
Represents an OData entity reference link. |
|
ODataEntityReferenceLinks |
Represents a collection of entity reference links. |
|
ODataEntityReferenceLinkSerializationInfo |
Class to provide additional serialization information to the ODataMessageWriter for an ODataEntityReferenceLink. |
|
ODataEntityReferenceLinksSerializationInfo |
Class to provide additional serialization information to the ODataMessageWriter for an ODataEntityReferenceLinks. |
|
ODataEntry |
Represents a single entity. |
|
ODataError |
Represents an error payload. |
|
ODataErrorException |
Represents an in-stream error parsed when reading a payload. |
|
ODataException |
Represents an exception in the OData library. |
|
ODataFeed |
Describes a collection of entities. |
|
ODataFeedAndEntrySerializationInfo |
Class to provide additional serialization information to the ODataWriter for an ODataEntry. |
|
ODataFormat |
Enumerates the format type in connection to processing OData payloads. |
|
ODataFunction |
Represents an OData function. |
|
ODataInnerError |
Contains properties used to implement specific debugging information to help determine the cause of the error. |
|
ODataInstanceAnnotation |
Represents an instance annotation. |
|
ODataItem |
Represents the base class for ODataFeed and ODataEntry classes. |
|
ODataMessageExtensions |
Represents extension methods to IODataRequestMessage and IODataResponseMessage. |
|
ODataMessageQuotas |
Quotas to use for limiting resource consumption when reading or writing OData messages. |
|
ODataMessageReader |
Represents the reader class used to read all OData payloads (entries, feeds, metadata documents, service documents, and so on). |
|
ODataMessageReaderSettings |
Represents the configuration settings for OData message readers. |
|
ODataMessageReaderSettingsBase |
Represents a base configuration settings for OData message readers. |
|
ODataMessageWriter |
Represents the writer class used to write all OData payloads (entries, feeds, metadata documents, service documents, and so on). |
|
ODataMessageWriterSettings |
Represents the configuration settings for OData message writers. |
|
ODataMessageWriterSettingsBase |
Represents the Base Configuration settings for OData message writers. |
|
ODataNavigationLink |
Represents a single link. |
|
ODataNullValue |
Represents a null property value. |
|
ODataObjectModelExtensions |
Extension methods on the OData object model. |
|
ODataOperation |
Represents a function or an action. |
|
ODataParameterReader |
Base class for OData parameter readers. |
|
ODataParameterWriter |
Base class for OData collection writers. |
|
ODataPayloadKindDetectionResult |
Represents the result of running payload kind detection for a specified payload kind and format. |
|
ODataPreferenceHeader |
Represents the "Prefer" header on an IODataRequestMessage or the "Preference-Applied" header on an IODataResponseMessage. |
|
ODataPrimitiveValue |
Represents a primitive property value. |
|
ODataProperty |
Represents a single property of an entry. |
|
ODataPropertySerializationInfo |
Class to provide additional serialization information to the ODataWriter for an ODataProperty. |
|
ODataReader |
Represents the base class for OData readers. |
|
ODataResourceCollectionInfo |
Represents a class that contains collection of information about a resource in a workspace of a data service. |
|
ODataStreamReferenceValue |
Represents a media resource. |
|
ODataUtils |
Represents the utility methods used with the OData library. |
|
ODataValue |
Represents the value of a property. |
|
ODataWorkspace |
Represents the workspace of a data service. |
|
ODataWriter |
Represents a base class for OData writers. |
|
ProjectedPropertiesAnnotation |
Represents an annotation which stores a list of projected properties for an entry. |
|
SerializationTypeNameAnnotation |
Annotation which stores the type name to serialize. |