Click or drag to resize

IApiChildOperation Interface

Operation that can be invoked on the REST API

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public interface IApiChildOperation : IApiChildObject

The IApiChildOperation type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the associated property
(Inherited from IApiChildObject.)
Public propertyParentTypes
Gets the resource name that this applies to
(Inherited from IApiChildObject.)
Public propertyScopeBinding
Gets the binding type
(Inherited from IApiChildObject.)
Top
Methods
  NameDescription
Public methodInvoke
Invoke the specified operation
Top
See Also