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.481-alpha
Syntax
public IEnumerable<ValidationResultDetail> Validate(
	Type modelClass,
	Type domainClass
)

Parameters

modelClass
Type: SystemType

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

domainClass
Type: SystemType

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

Return Value

Type: IEnumerableValidationResultDetail

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

See Also