BindValidationContext Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Represents the context for the validation of an ActivityBind. This class cannot be inherited.

public ref class BindValidationContext sealed
public sealed class BindValidationContext
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class BindValidationContext
type BindValidationContext = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type BindValidationContext = class
Public NotInheritable Class BindValidationContext
Inheritance
BindValidationContext
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Constructors

BindValidationContext(Type)

Initializes a new instance of the BindValidationContext class, while initializing the Type of the target of the ActivityBind.

BindValidationContext(Type, AccessTypes)

Initializes a new instance of the BindValidationContext class, initializing the Type and the AccessTypes of the target of the bind represented by this instance.

Properties

Access

Gets the AccessTypes of the target of the ActivityBind represented by this instance.

TargetType

Gets the Type of the target of the ActivityBind represented by this instance.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to