| 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
)
Public Function Validate (
modelClass As Type,
domainClass As Type
) As IEnumerable(Of ValidationResultDetail)
public:
IEnumerable<ValidationResultDetail^>^ Validate(
Type^ modelClass,
Type^ domainClass
)
member Validate :
modelClass : Type *
domainClass : Type -> IEnumerable<ValidationResultDetail>
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