| ResourceHandlerBaseTResourceScope Property |
Gets the scope of the resource handler
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public abstract Type Scope { get; }
Public MustOverride ReadOnly Property Scope As Type
Get
public:
virtual property Type^ Scope {
Type^ get () abstract;
}
abstract Scope : Type with get
Property Value
Type:
TypeImplements
IApiResourceHandlerScopeSee Also