ValidationSettings Class

.NET Framework (current version)
 

Represents a collection of settings that customize the behavior that Validate will exhibit. It also enables the activity user to apply policy constraints to a workflow.

Namespace:   System.Activities.Validation
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities.Validation::ValidationSettings

public ref class ValidationSettings 

NameDescription
System_CAPS_pubmethodValidationSettings()

Creates a new instance of the ValidationSettings class.

NameDescription
System_CAPS_pubpropertyAdditionalConstraints

Gets a dictionary of type-constraint pairs. Each additional constraint added to the dictionary will be applied to every activity of the specify type in the workflow to validate.

System_CAPS_pubpropertyCancellationToken

Gets or sets the cancellation token used to notify should the activity be cancelled.

System_CAPS_pubpropertyEnvironment

Gets or sets the environment of variables and arguments associated with this validation settings.

System_CAPS_pubpropertyOnlyUseAdditionalConstraints

Gets or sets a value that indicates whether the additional validation constraints are to be used exclusively to validate the workflow. If set to true, all the validation contained inside the activity itself will be ignored.

System_CAPS_pubpropertyPrepareForRuntime

Gets or sets a value that indicates whether this instance is prepared for runtime.

System_CAPS_pubpropertySingleLevel

Gets or sets a value that indicates whether the supplied activity and all the children and sub-children of the supplied activity are validated, or if the validator should validate only to the supplied activity.

System_CAPS_pubpropertySkipValidatingRootConfiguration

Gets or sets a value that indicates whether the root configuration is not subject for validation.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: