C# Class Editor.BE.Model.Validation

Datei anzeigen Open project: RIATEAM/MYSTIC

Public Methods

Method Description
CreateValidationEngine ( ) : ValidatorEngine The output of this function should be either put into your IoC container or cached somewhere to prevent re-reading of the config files.

Method Details

CreateValidationEngine() public static method

The output of this function should be either put into your IoC container or cached somewhere to prevent re-reading of the config files.
public static CreateValidationEngine ( ) : ValidatorEngine
return ValidatorEngine