RulePathQualifier Class

Definition

Builds the path of a field or property.

public ref class RulePathQualifier
public class RulePathQualifier
type RulePathQualifier = class
Public Class RulePathQualifier
Inheritance
RulePathQualifier

Remarks

To build the path this/wkflwprop/childprop/, use

new RulePathQualifier("this", new RulePathQualifier("workflowprop", new RulePathQualifier("childprop", null))).

Constructors

RulePathQualifier(String, RulePathQualifier)

Initializes a new instance of the RulePathQualifier class.

Properties

Name

Gets the name of the current field or property.

Next

Gets the next field or property for the path.

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