Validator.ValidateProperty Metodo

Definizione

Esegue la convalida di una proprietà, quindi restituisce una classe ValidationErrorCollection che contiene i risultati della convalida.

protected public:
 System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ ValidateProperty(System::Reflection::PropertyInfo ^ propertyInfo, System::Object ^ propertyOwner, System::Object ^ propertyValue, System::Workflow::ComponentModel::Compiler::ValidationManager ^ manager);
protected internal System.Workflow.ComponentModel.Compiler.ValidationErrorCollection ValidateProperty (System.Reflection.PropertyInfo propertyInfo, object propertyOwner, object propertyValue, System.Workflow.ComponentModel.Compiler.ValidationManager manager);
member this.ValidateProperty : System.Reflection.PropertyInfo * obj * obj * System.Workflow.ComponentModel.Compiler.ValidationManager -> System.Workflow.ComponentModel.Compiler.ValidationErrorCollection
Protected Friend Function ValidateProperty (propertyInfo As PropertyInfo, propertyOwner As Object, propertyValue As Object, manager As ValidationManager) As ValidationErrorCollection

Parametri

propertyInfo
PropertyInfo

Classe PropertyInfo impostata nella proprietà dell'oggetto.

propertyOwner
Object

Proprietario della proprietà.

propertyValue
Object

Valore della proprietà.

manager
ValidationManager

Oggetto ValidationManager per questa operazione.

Restituisce

ValidationErrorCollection

Classe ValidationErrorCollection che contiene i risultati della convalida.

Commenti

Se non risulta nessun errore di convalida, viene restituita una classe ValidationErrorCollection vuota.

Si applica a