Click or drag to resize

BaseBusinessRulesServiceTModelValidate Method (Object)

Validate the specified object

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

Parameters

data
Type: SystemObject

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

Return Value

Type: ListDetectedIssue

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

Implements

IBusinessRulesServiceValidate(Object)
See Also