| BCImportValidatePropertyValidationRules Method |
Validate property validation rules.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void ValidatePropertyValidationRules(
Object PropertiesMapped,
Object PropertiesToBeValidated
)
Public Sub ValidatePropertyValidationRules (
PropertiesMapped As Object,
PropertiesToBeValidated As Object
)
public:
void ValidatePropertyValidationRules(
Object^ PropertiesMapped,
Object^ PropertiesToBeValidated
)
member ValidatePropertyValidationRules :
PropertiesMapped : Object *
PropertiesToBeValidated : Object -> unit
Parameters
- PropertiesMapped
- Type: SystemObject
[Missing <param name="PropertiesMapped"/> documentation for "M:BlueCieloECM.InnoCielo.Meridian.Client.BCImport.ValidatePropertyValidationRules(System.Object,System.Object)"]
- PropertiesToBeValidated
- Type: SystemObject
[Missing <param name="PropertiesToBeValidated"/> documentation for "M:BlueCieloECM.InnoCielo.Meridian.Client.BCImport.ValidatePropertyValidationRules(System.Object,System.Object)"]
See Also