Click or drag to resize

BaseBusinessRulesServiceTModelValidate Method (TModel)

Validate the specified object

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public virtual List<DetectedIssue> Validate(
	TModel data
)

Parameters

data
Type: TModel

[Missing <param name="data"/> documentation for "M:SanteDB.Core.Services.BaseBusinessRulesService`1.Validate(`0)"]

Return Value

Type: ListDetectedIssue

[Missing <returns> documentation for "M:SanteDB.Core.Services.BaseBusinessRulesService`1.Validate(`0)"]

Implements

IBusinessRulesServiceTModelValidate(TModel)
See Also