System.Data.Services.Common Namespace
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.
Implements functionality common to both WCF Data Services client and server runtimes.
Classes
DataServiceEntityAttribute |
Marks a class as an entity type in WCF Data Services. |
DataServiceKeyAttribute |
Denotes the key property or properties of an entity. |
EntityPropertyMappingAttribute |
Attribute that specifies a custom mapping between properties of an entity type and elements of an entry in a feed returned by WCF Data Services. |
EntitySetAttribute |
Indicates the entity set to which a client data service class belongs. |
HasStreamAttribute |
Indicates that a class that is an entity type has a default binary property to stream. |
Enums
DataServiceProtocolVersion |
Represents the versions of the Open Data Protocol (OData) that the data service may support. |
SyndicationItemProperty |
Enumeration type used to identify the syndication item element. |
SyndicationTextContentKind |
Enumeration used to identify text content of syndication item. |