Click or drag to resize

BaseBusinessRulesServiceTModelValidate(Object) Method

Validate the specified object

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

Parameters

data  Object

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

Return Value

ListDetectedIssue

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

Implements

IBusinessRulesServiceValidate(Object)
See Also