Class RepositoryValidator
- Namespace
- combit.Reporting.Repository
- Assembly
- combit.ListLabel31.CrossPlatform.dll
public class RepositoryValidator
- Inheritance
-
RepositoryValidator
- Inherited Members
Constructors
RepositoryValidator(IRepository)
public RepositoryValidator(IRepository repository)
Parameters
repositoryIRepository
Properties
ItemToOpenInDesigner
If set, it is assumed that this is the ID of the repository item to open in the Designer or to export. Additional validations may be done for this case.
public string ItemToOpenInDesigner { get; set; }
Property Value
Methods
ValidateRepository()
Validates the properties of all items in a repository. Additionaly validations may be controlled by the properties of the validator class!
public virtual void ValidateRepository()