IAzBizRuleParameters interface (azroles.h)

The IAzBizRuleParameters interface provides methods and properties used to manage a list of parameters that can be passed to business rule (BizRule) scripts.

Inheritance

The IAzBizRuleParameters interface inherits from the IDispatch interface. IAzBizRuleParameters also has these types of members:

Methods

The IAzBizRuleParameters interface has these methods.

 
IAzBizRuleParameters::AddParameter

Adds a parameter to the list of parameters available to business rule (BizRule) scripts.
IAzBizRuleParameters::AddParameters

Adds parameters to the list of parameters available to business rule (BizRule) scripts.
IAzBizRuleParameters::get_Count

Gets the number of parameters available to business rule (BizRule) scripts.
IAzBizRuleParameters::GetParameterValue

Gets the value type of the business rule (BizRule) parameter with the specified name.
IAzBizRuleParameters::Remove

Removes the specified parameter from the list of parameters available to business rule (BizRule) scripts.
IAzBizRuleParameters::RemoveAll

Removes all parameters from the list of parameters available to business rule (BizRule) scripts.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header azroles.h

See also

IAzClientContext3::BizRuleParameters

IDispatch