Click or drag to resize
AttributeExpression Class
Inheritance Hierarchy

Namespace: FlexRule.DSL.Expressions
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public abstract class AttributeExpression : Expression

The AttributeExpression type exposes the following members.

Constructors
  NameDescription
Protected methodAttributeExpression
Top
Properties
  NameDescription
Public propertyAttributes
List of attributes of expression
(Inherited from Expression.)
Public propertyIndex (Inherited from Expression.)
Public propertyName (Overrides ExpressionName.)
Public propertyParent
Parent of current expression
(Inherited from Expression.)
Public propertyValue
Top
Methods
  NameDescription
Protected methodAddAttribute(AttributeExpression) (Inherited from Expression.)
Protected methodAddAttribute(String, String) (Inherited from Expression.)
Protected methodAttributeExists (Inherited from Expression.)
Protected methodIndexOfAttribute (Inherited from Expression.)
Top
Extension Methods
See Also