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.
| |
| 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) | (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.) |
| Object | ||
| Descriptor | ||
| LineageGlueRule | ||
