Click or drag to resize

PropertyMapValidate Method

Validate the property type

Namespace: SanteDB.Core.Model.Map
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public IEnumerable<ValidationResultDetail> Validate(
	Type modelClass,
	Type domainClass
)

Parameters

modelClass  Type

[Missing <param name="modelClass"/> documentation for "M:SanteDB.Core.Model.Map.PropertyMap.Validate(System.Type,System.Type)"]

domainClass  Type

[Missing <param name="domainClass"/> documentation for "M:SanteDB.Core.Model.Map.PropertyMap.Validate(System.Type,System.Type)"]

Return Value

IEnumerableValidationResultDetail

[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.PropertyMap.Validate(System.Type,System.Type)"]

See Also