Class VelocityTemplateCriteria
Criteria for finding a velocity template by Template Name
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| TemplateName | System.String | Name of the template that exists in the EPS system. Max length is 50 characters. Must be unique. |
Examples
{
"__type": "VelocityTemplateCriteria:#JackHenry.Eps.Mobile.RDAAdmin",
"TemplateName": "String Content"
}
Methods
Validate(IValidatorContext)
Declaration
public void Validate(IValidatorContext context)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Exceptions
| TYPE | DESCRIPTION |
|---|---|
| JHA.EPS.SharedService.Common.Validator.ValidationResult | TemplateName cannot be null |