ODataResourceSet 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.
Describes a collection of entities.
public sealed class ODataResourceSet : Microsoft.OData.ODataResourceSetBase
type ODataResourceSet = class
inherit ODataResourceSetBase
Public NotInheritable Class ODataResourceSet
Inherits ODataResourceSetBase
- Inheritance
Constructors
ODataResourceSet() |
Properties
Actions |
Gets the resource set actions. |
Count |
Gets or sets the number of items in the resource set. (Inherited from ODataResourceSetBase) |
DeltaLink |
URI representing the delta link. (Inherited from ODataResourceSetBase) |
Functions |
Gets the resource set functions. |
Id |
Gets or sets the URI that identifies the entity set represented by the resource set. (Inherited from ODataResourceSetBase) |
InstanceAnnotations |
Collection of custom instance annotations. (Inherited from ODataResourceSetBase) |
NextPageLink |
Gets or sets the URI representing the next page link. (Inherited from ODataResourceSetBase) |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
TypeName |
Gets the resource set type name. (Inherited from ODataResourceSetBase) |
Methods
AddAction(ODataAction) |
Add action to resource set. |
AddFunction(ODataFunction) |
Add function to resource set. |
Extension Methods
SetSerializationInfo(ODataResourceSet, ODataResourceSerializationInfo) |
Provide additional serialization information to the ODataWriter for |