Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use this class to represent a collection of entities.
Inheritance Hierarchy
System.Object
System.Data.Services.Providers.ResourceType
System.Data.Services.Providers.EntityCollectionResourceType
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Class EntityCollectionResourceType _
Inherits ResourceType
'Usage
Dim instance As EntityCollectionResourceType
public class EntityCollectionResourceType : ResourceType
public ref class EntityCollectionResourceType : public ResourceType
type EntityCollectionResourceType =
class
inherit ResourceType
end
public class EntityCollectionResourceType extends ResourceType
The EntityCollectionResourceType type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BaseType | Gets a reference to base resource type, if any. (Inherited from ResourceType.) |
![]() |
CanReflectOnInstanceType | Gets whether the corresponding instance type represents the CLR type of this entity. (Inherited from ResourceType.) |
![]() |
CustomState | Gets or sets a placeholder to hold custom state information about a resource type that is defined by the developer. (Inherited from ResourceType.) |
![]() |
ETagProperties | Gets the list of properties for this type. (Inherited from ResourceType.) |
![]() |
FullName | Gets the full name of the resource. (Inherited from ResourceType.) |
![]() |
InstanceType | Reference to the CLR type that this resource represents. (Inherited from ResourceType.) |
![]() |
IsAbstract | Gets a Boolean value that indicates whether this is an abstract type. (Inherited from ResourceType.) |
![]() |
IsMediaLinkEntry | Gets or sets a Boolean value that is true if the resource type includes a default stream. (Inherited from ResourceType.) |
![]() |
IsOpenType | Gets whether the resource type has open properties. (Inherited from ResourceType.) |
![]() |
IsReadOnly | Gets a Boolean value that is true if this resource type has been set to read-only. (Inherited from ResourceType.) |
![]() |
ItemType | Resource type of a single item in the collection. |
![]() |
KeyProperties | Gets a list of key properties for this type (Inherited from ResourceType.) |
![]() |
Name | Gets the name of the resource type. (Inherited from ResourceType.) |
![]() |
Namespace | Gets the namespace of the resource type. (Inherited from ResourceType.) |
![]() |
Properties | Gets a list of properties declared on this type that includes only properties defined on the type, not in the base type. (Inherited from ResourceType.) |
![]() |
PropertiesDeclaredOnThisType | Gets or sets the list of properties declared on this type. (Inherited from ResourceType.) |
![]() |
ResourceTypeKind | Gets the ResourceTypeKind for the type. (Inherited from ResourceType.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddEntityPropertyMappingAttribute | Adds an EntityPropertyMappingAttribute for the resource type. (Inherited from ResourceType.) |
![]() |
AddProperty | Adds the property supplied by the resourceProperty parameter to the type. (Inherited from ResourceType.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadPropertiesDeclaredOnThisType | Returns a list of properties declared by this resource type. (Inherited from ResourceType.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetReadOnly | Sets the resource type to read-only. (Inherited from ResourceType.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.