IAdmAttributeChangedCondition

The IAdmAttributeChangedCondition interface represents the If <property> changed condition.

Inheritance: IAdmCondition

Properties

  • Property

  • Description

  • IsOperator

  • Gets or sets a value indicating whether an object property should or should not change to meet the condition.

  • AttributeName

  • Gets or sets the name of the property, value change of which is checked.

Details

IsOperator

Gets or sets a value indicating whether an object property should or should not change to meet the condition.


AttributeName

Gets or sets the name of the property, value change of which is checked.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2009.1

See also