| ResourceHandlerBaseTDataOperations Property |
Get all child resources
Namespace:
SanteDB.Rest.HDSI.Resources
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public IEnumerable<IApiChildOperation> Operations { get; }
Public ReadOnly Property Operations As IEnumerable(Of IApiChildOperation)
Get
public:
virtual property IEnumerable<IApiChildOperation^>^ Operations {
IEnumerable<IApiChildOperation^>^ get () sealed;
}
abstract Operations : IEnumerable<IApiChildOperation> with get
override Operations : IEnumerable<IApiChildOperation> with get
Property Value
Type:
IEnumerableIApiChildOperationImplements
IOperationalApiResourceHandlerOperationsSee Also