 | IFhirRestBehaviorModifierCanApply Method |
Determines whether this behavior applies
Namespace: SanteDB.Messaging.FHIR.ExtensionsAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxbool CanApply(
TypeRestfulInteraction interaction,
Resource resource
)
Function CanApply (
interaction As TypeRestfulInteraction,
resource As Resource
) As Boolean
bool CanApply(
TypeRestfulInteraction interaction,
Resource^ resource
)
abstract CanApply :
interaction : TypeRestfulInteraction *
resource : Resource -> bool Parameters
- interaction TypeRestfulInteraction
- The interaction that is being executed
- resource Resource
- The resource which is being actioned on/returned
Return Value
BooleanTrue if this behavior is interested in the resource
See Also