Click or drag to resize
RepositoryConfigurationEvaluator Methods

The RepositoryConfigurationEvaluator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddIsObjectTypeIncludedCondition
Registers a new condition which evaluates whether an object type is to be included in the repository based on repository configuration.
Public methodStatic memberAddObjectTypeTransformation
Registers a new transformation function which processes given object type string into another string that will be used in repository configuration evaluations instead of the original one.
Public methodStatic memberIsObjectIncluded
Returns true if object is to be included in the repository based on repository configuration.
Protected methodIsObjectIncludedInternal
Returns true if object is to be included in the repository based on repository configuration.
Public methodStatic memberIsObjectTypeIncluded
Indicates whether specified object type should be included in the repository based on repository configuration.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also