Click or drag to resize

LGSPRulePattern Properties

The LGSPRulePattern type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations The annotations of the matching pattern (test/rule/subpattern)
(Inherited from LGSPMatchingPattern)
Public propertyDefNames An array of the names of the def elements yielded out of this pattern.
(Inherited from LGSPMatchingPattern)
Public propertyFilters An array of the available filters
Public propertyImplementedMatchClasses An array of the implemented match classes
Public propertyInputNames An array of the names corresponding to rule parameters.
(Inherited from LGSPMatchingPattern)
Public propertyInputs An array of GrGen types corresponding to rule parameters.
(Inherited from LGSPMatchingPattern)
Public propertyMatchClassName The name of the real .NET class type of the match of the rule/action (fully qualified).
Public propertyMatchInterfaceName The name of the real .NET interface type of the match of the rule/action (fully qualified).
Public propertyOutputs An array of GrGen types corresponding to rule return values.
Public propertyPatternGraph The main pattern graph.
(Inherited from LGSPMatchingPattern)
Top
See Also