ActivityValidatorAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der ActivityValidatorAttribute-Klasse.

Überlädt

Name Beschreibung
ActivityValidatorAttribute(String)

Initialisiert eine Instanz der ActivityValidatorAttribute Klasse mithilfe des Typs des Validators.

ActivityValidatorAttribute(Type)

Initialisiert eine neue Instanz der ActivityValidatorAttribute Klasse mithilfe des angegebenen Validatortypnamens.

Hinweise

In der folgenden Tabelle sind die anfänglichen Eigenschaftswerte für eine Instanz der ActivityValidatorAttribute Klasse aufgeführt.

Eigentum Wert
ValidatorTypeName null-Referenz (Nothing in Visual Basic).

ActivityValidatorAttribute(String)

Initialisiert eine Instanz der ActivityValidatorAttribute Klasse mithilfe des Typs des Validators.

public:
 ActivityValidatorAttribute(System::String ^ validatorTypeName);
public ActivityValidatorAttribute(string validatorTypeName);
new System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute : string -> System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute
Public Sub New (validatorTypeName As String)

Parameter

validatorTypeName
String

Typ des Validator.

Hinweise

Eine Liste der anfänglichen Eigenschaftswerte für eine Instanz der ActivityValidatorAttribute Klasse finden Sie im ActivityValidatorAttribute Konstruktor.

Gilt für:

ActivityValidatorAttribute(Type)

Initialisiert eine neue Instanz der ActivityValidatorAttribute Klasse mithilfe des angegebenen Validatortypnamens.

public:
 ActivityValidatorAttribute(Type ^ validatorType);
public ActivityValidatorAttribute(Type validatorType);
new System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute : Type -> System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute
Public Sub New (validatorType As Type)

Parameter

validatorType
Type

Der Name des Typs Validator .

Hinweise

Eine Liste der anfänglichen Eigenschaftswerte für eine Instanz der ActivityValidatorAttribute Klasse finden Sie im ActivityValidatorAttribute Konstruktor.

Gilt für: