Interface IRule
- 
- All Known Implementing Classes:
- AbstractAdoptedObjectRule,- AbstractRule,- AbstractRule,- AbstractSingleTypeRule,- AccountingRegisterRule,- AccumulationRegisterRule,- AdoptedBasicFormRule,- AdoptedBasicTemplateRule,- AdoptedCalculationRegisterRule,- AdoptedCommonPictureRule,- AdoptedConfigurationRule,- AdoptedCubeRule,- AdoptedDimensionTableRule,- AdoptedDocumentRule,- AdoptedExternalDataSourceRule,- AdoptedMdObjectRule,- AdoptedSubsystemRule,- AdoptedTableRule,- AdoptedXdtoPackageRule,- BasicCommandRule,- BasicDbObjectRule,- BasicFeatureRule,- BasicFormRule,- BasicTemplateRule,- BusinessProcessRule,- CalculationRegisterRule,- CatalogRule,- ChartOfAccountsRule,- ChartOfCalculationTypesRule,- ChartOfCharacteristicTypesRule,- CommonAttributeRule,- CommonCommandRule,- CommonModuleRule,- CommonPictureRule,- ConfigurationRule,- ConstantRule,- DataHistoryRule,- DataProcessorRule,- DimensionTableRule,- DisableAllRule,- DocumentNumeratorRule,- DocumentRule,- EventSubscriptionRule,- ExchangePlanRule,- FieldRule,- FunctionalOptionRule,- FunctionRule,- InformationRegisterRule,- IntegrationServiceChannelRule,- MdObjectAvailabilityRule,- ModelEditingSupportRule,- MultiRule,- ReportRule,- StyleItemRule,- StyleRule,- SubsystemRule,- TableRule,- TaskRule,- UnsettableRule
 
 public interface IRuleThe rule that manages visibility and enablement of components that created using definition mechanism.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IRuleResultgetResult(IRuleInput input)Returns the result of the rule.
 
- 
- 
- 
Method Detail- 
getResultIRuleResult getResult(IRuleInput input) Returns the result of the rule.- Parameters:
- input- the input.
- Returns:
- the IRuleResultinstance.
 
 
- 
 
-