IAdmBusinessRuleCondition
The IAdmBusinessRuleCondition interface represents a condition for business rules, custom commands, and scheduled tasks.
Inheritance: IAdmTop
Methods
-
Method
-
Description
-
GetCondition()
-
Returns the IAdmCondition interface that represents the condition object.
-
SetCondition()
-
Updates parameters of the condition.
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