IAdmBusinessRuleCondition

The IAdmBusinessRuleCondition interface represents a condition for business rules, custom commands, and scheduled tasks.

Inheritance: IAdmTop

Methods

Details

GetCondition()

Returns the IAdmCondition interface that represents the condition object.

IAdmCondition GetCondition()

SetCondition()

Updates parameters of the condition.

void SetCondition(IAdmCondition condition)

Remarks

This method does not persist the changes to the directory. Call IADs::SetInfo to update the condition in the directory.


Requirements

Minimum required version: 2009.1

See also