| MatchConfigurationResourceHandlerOperations Property |
Gets the operations
Namespace:
SanteDB.Rest.AMI.Resources
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.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