Click or drag to resize
AttributeConstantValueExpression 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 class AttributeConstantValueExpression : AttributeExpression

The AttributeConstantValueExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttributes
List of attributes of expression
(Inherited from Expression.)
Public propertyIndex (Inherited from Expression.)
Public propertyName (Inherited from AttributeExpression.)
Public propertyParent
Parent of current expression
(Inherited from Expression.)
Public propertyValue (Inherited from AttributeExpression.)
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