Method | Description | |
---|---|---|
Validate ( ) : IValidationResultCollection | ||
Validation ( IResourceManager mgr ) : System | ||
Validation ( IResourceManager mgr, ILogger logger ) : System |
Method | 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 |
Method | Description | |
---|---|---|
ErrorInternal ( ValidationResultCollection results, string errorName, ValidationResultInfoType type, int line, int col ) : void |
protected Error ( ValidationResultCollection results, string errorName ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
return | void |
protected Error ( ValidationResultCollection results, string errorName, int line, int col ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
line | int | |
col | int | |
return | void |
protected Fatal ( ValidationResultCollection results, string errorName ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
return | void |
protected Fatal ( ValidationResultCollection results, string errorName, int line, int col ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
line | int | |
col | int | |
return | void |
public abstract Validate ( ) : IValidationResultCollection | ||
return | IValidationResultCollection |
public Validation ( IResourceManager mgr ) : System | ||
mgr | IResourceManager | |
return | System |
public Validation ( IResourceManager mgr, ILogger logger ) : System | ||
mgr | IResourceManager | |
logger | ILogger | |
return | System |
protected Warning ( ValidationResultCollection results, string errorName ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
return | void |
protected Warning ( ValidationResultCollection results, string errorName, int line, int col ) : void | ||
results | ValidationResultCollection | |
errorName | string | |
line | int | |
col | int | |
return | void |