Click or drag to resize
IAliasInfo Interface
This interface provides alias register for the declaration section

Namespace: FlexRule.Validation.Rules
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IAliasInfo

The IAliasInfo type exposes the following members.

Properties
  NameDescription
Public propertyIsLogic
Public propertyIsMethod
Public propertyLogic
Logic name that the executor delegates the execution to it
Public propertyMethod
Method name that the executor delegates the execution to it
Public propertyName
Name of the alias that the logic uses
Public propertyReference
Reference to the define variable of the logic
Top
See Also