Class | Description |
---|---|
Association |
Defines an association inside a schema.
|
AssociationEnd |
Represents one entity implied in an association.
|
AssociationSet |
Represents an association inside an EntityContainer.
|
AssociationSetEnd |
Represents one entity implied in an AssociationSet.
|
ComplexProperty |
Represents a complex property of an EntityType.
|
ComplexType |
Represents a kind of entity type, without "key", i.e.
|
EntityContainer |
Represents a set of entities and associations defined on a schema.
|
EntitySet |
Represents a set of entities, inside a EntityContainer.
|
EntityType |
Defines a class or type of entity inside a schema.
|
FunctionImport |
Represents an exposed stored procedure.
|
Mapping |
Defines a property mapping used in customized feeds.
|
Metadata |
Represents the metadata of an OData service.
|
MetadataReader |
Used to parse a metadata descriptor of a given OData service and generate the
associated object's tree.
|
NamedObject |
Base class for all EDM concepts that have a name.
|
Namespace |
Represents a schema's namespace in the metadata descriptor of a OData
service.
|
NavigationProperty |
Represents an association between two properties.
|
ODataType |
Super class of complex and entity types.
|
Parameter |
Represents a parameter used when invoking a
FunctionImport . |
Property |
Represents a property of an EntityType.
|
Schema |
Defines a set of entity types and associations.
|
Type |
Represents an EDM simple type.
|
TypeUtils |
Handle type operations.
|
Copyright © 2005–2014. All rights reserved.