Class UpdateItemCriteria
Base class used to specify common values to update an item.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| ItemReference | string | REQUIRED. The unique value assigned to each item. |
Examples
{
"__type": "UpdateItemCriteria:#JackHenry.Eps.Mobile.RDC",
"ItemReference": "String Content"
}
Methods
Validate(IValidatorContext)
Declaration
public virtual void Validate(IValidatorContext context)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Exceptions
| TYPE | DESCRIPTION |
|---|---|
| JHA.EPS.SharedService.Common.Validator.ValidationResult | ItemReference cannot be null or empty |