BasePersistenceProviderIsBusinessRuleRevoked Method |
Determines whether the specified business rule is revoked by the user.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsBusinessRuleRevoked(
string businessRuleCode
)
Public Function IsBusinessRuleRevoked (
businessRuleCode As String
) As Boolean
public:
bool IsBusinessRuleRevoked(
String^ businessRuleCode
)
member IsBusinessRuleRevoked :
businessRuleCode : string -> bool
Parameters
- businessRuleCode
- Type: SystemString
The business rule code.
Return Value
Type:
Booleantrue if the business rule is revoked; otherwise,
false.
See Also