 | PropertyMapValidate Method |
Validate the property type
Namespace: SanteDB.Core.Model.MapAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
[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