 | JobResourceHandlerOperations Property |
Gets the operations for this job
Namespace: SanteDB.Rest.AMI.ResourcesAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic 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
IEnumerableIApiChildOperationImplements
IOperationalApiResourceHandlerOperations
See Also