This document is archived and information here might be outdated. Recommended version. |
REST resource metadata object.
Name | Description | |
---|---|---|
AddOperation | Adds child operation. | |
AddResource | Adds child resource. | |
FindChildOperation | Finds child operation, non-recursive. | |
FindChildResource | Finds child resource, non-recursive. | |
GetOperations | Returns enumerator for operations. | |
GetResources | Returns enumerator for immediate child resources. | |
IsCollection | Specifies collection resource. | |
IsCollection | Specifies collection resource. | |
IsDefaultCollection | Specifies 'default' collection resource that can be accessed without explicitly using its name in the URL. | |
IsDefaultCollection | Specifies 'default' collection resource that can be accessed without explicitly using its name in the URL. | |
IsStatic | This flag marks resources that do not change over time. | |
IsStatic | This flag marks resources that do not change over time. | |
Name | Resource name. Used in IRESTRequestHandler's schema generation and url parsing. | |
Name | Resource name. Used in IRESTRequestHandler's schema generation and url parsing. | |
RequiredCapability | Required capability for the resource. | |
RequiredCapability | Required capability for the resource. | |
SupportsETag | This flag is only for a root level resource. If this flag is true, IRRH implementation supports ETag. | |
SupportsETag | This flag is only for a root level resource. If this flag is true, IRRH implementation supports ETag. | |
ToJSONObject | Converts resource object to JSON representation. |
Classes | Description |
---|---|
CoRESTResource | IRESTResource coclass |