RanorexRanorex Documentation
LineageGlueRule Class
NamespacesRanorex.CoreLineageGlueRule
Represent a tree element creation rule.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public abstract class LineageGlueRule : Descriptor
<SerializableAttribute> _
Public MustInherit Class LineageGlueRule _
	Inherits Descriptor
[SerializableAttribute]
public ref class LineageGlueRule abstract : public Descriptor
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

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(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(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.)
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.)
Inheritance Hierarchy
Object
Descriptor
 LineageGlueRule

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)