Click or drag to resize

IBusinessRulesService Interface

Represents a generic interface for business rules services

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IBusinessRulesService

The IBusinessRulesService type exposes the following members.

Properties
  NameDescription
Public propertyNext
Gets the next BRE
Top
Methods
  NameDescription
Public methodAfterInsert
Called after an insert occurs
Public methodAfterObsolete
Called after obsolete committed
Public methodAfterQuery
Called after query
Public methodAfterRetrieve
Called after retrieve
Public methodAfterUpdate
Called after update committed
Public methodBeforeInsert
Called before an insert occurs
Public methodBeforeObsolete
Called before obsolete
Public methodBeforeUpdate
Called before an update occurs
Public methodValidate
Called to validate a specific object
Top
See Also