| RepositoryConfigurationEvaluator Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContinuousIntegration.Internal
 Syntax
Syntaxpublic class RepositoryConfigurationEvaluator : AbstractHelper<RepositoryConfigurationEvaluator>
The RepositoryConfigurationEvaluator type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RepositoryConfigurationEvaluator | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AddIsObjectTypeIncludedCondition | 
            Registers a new condition which evaluates whether an object type is to be included in the repository based on repository configuration.
             | 
|   | AddObjectTypeTransformation | 
            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.
             | 
|   | IsObjectIncluded | 
            Returns true if object is to be included in the repository based on repository configuration.
             | 
|  | IsObjectIncludedInternal | 
            Returns true if object is to be included in the repository based on repository configuration.
             | 
|   | IsObjectTypeIncluded | 
            Indicates whether specified object type should be included in the repository based on repository configuration.
             | 
|  | SetAsDefaultHelper | 
            Sets this object as the default helper
            (Inherited from AbstractHelperHelperType.) | 
 See Also
See Also