Méthode | Description | |
---|---|---|
Validate ( ) : IValidationResultCollection | ||
Validation ( IResourceManager mgr ) : System | ||
Validation ( IResourceManager mgr, ILogger logger ) : System |
Méthode | Description | |
---|---|---|
Error ( ValidationResultCollection results, string errorName ) : void | ||
Error ( ValidationResultCollection results, string errorName, int line, int col ) : void | ||
Fatal ( ValidationResultCollection results, string errorName ) : void | ||
Fatal ( ValidationResultCollection results, string errorName, int line, int col ) : void | ||
Warning ( ValidationResultCollection results, string errorName ) : void | ||
Warning ( ValidationResultCollection results, string errorName, int line, int col ) : void |
Méthode | Description | |
---|---|---|
ErrorInternal ( ValidationResultCollection results, string errorName, ValidationResultInfoType type, int line, int col ) : void |
protected Error ( ValidationResultCollection results, string errorName ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
Résultat | void |
protected Error ( ValidationResultCollection results, string errorName, int line, int col ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
line | int | |
col | int | |
Résultat | void |
protected Fatal ( ValidationResultCollection results, string errorName ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
Résultat | void |
protected Fatal ( ValidationResultCollection results, string errorName, int line, int col ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
line | int | |
col | int | |
Résultat | void |
public abstract Validate ( ) : IValidationResultCollection | ||
Résultat | IValidationResultCollection |
public Validation ( IResourceManager mgr ) : System | ||
mgr | IResourceManager | |
Résultat | System |
public Validation ( IResourceManager mgr, ILogger logger ) : System | ||
mgr | IResourceManager | |
logger | ILogger | |
Résultat | System |
protected Warning ( ValidationResultCollection results, string errorName ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
Résultat | void |
protected Warning ( ValidationResultCollection results, string errorName, int line, int col ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
line | int | |
col | int | |
Résultat | void |