Represent a tree element creation rule.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public abstract class LineageGlueRule : Descriptor
<SerializableAttribute> Public MustInherit Class LineageGlueRule Inherits Descriptor
[SerializableAttribute] public ref class LineageGlueRule abstract : public Descriptor
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| LineageGlueRule(String, String, String, String, LineageGlueRule..::..Action, array<String>[]()[][], array<String>[]()[][]) |
Creates a new rule.
| |
| LineageGlueRule(String, String, String, String, LineageGlueRule..::..Action) |
Creates a new rule (with no before/after dependencies).
| |
| After |
A list of rule names which are required to be executed after this rule.
| |
| Before |
A list of rule names which are required to be executed before this rule.
| |
| CompareTo(Descriptor) |
Compares the current descriptor with another descriptor.
(Inherited from Descriptor.) | |
| Description |
The description of instance the descriptor refers to.
(Inherited from Descriptor.) | |
| DisplayName |
The name of instance the descriptor refers to, with arbitrary casing.
(Inherited from Descriptor.) | |
| Equals(Descriptor) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from Descriptor.) | |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Inherited from Descriptor.) | |
| Execute(GlueRuleExecutionState) |
Executes the rule.
| |
| ExecutionAction |
Gets the action this glue rule performs on the source element and/or element bucket upon execution.
| |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() |
Returns a hash code for this instance.
(Inherited from Descriptor.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
The name of instance the descriptor refers to. This is enforced to be lower-case.
(Inherited from Descriptor.) | |
| OutputFlavor |
The name of the flavor to which the created elements belong to.
| |
| SourceFlavor |
The name of the flavor this rule applies to.
| |
| ToString()()()() |
Creates a string representation.
(Inherited from Descriptor.) |
| Object | ||
| Descriptor | ||
| LineageGlueRule | ||
Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)