Class GetVelocityCriteria
All GetVelocityCriteria are derived from this class
Examples
{
"__type": "GetVelocityCriteria:#JackHenry.Eps.Mobile.RDAAdmin"
}
Methods
GetVelocity(StoreCredentials)
Declaration
public abstract Velocity GetVelocity(StoreCredentials creds)
Parameters
| TYPE | NAME | DESCRIPTION | | ------------------------------------------------------------------------------------------- | ---- | ----------- | --- | | StoreCredentials | | creds | |
Returns
| TYPE | DESCRIPTION | | --------------------------------------------------------------------------- | ----------- | --- | | Velocity | | |
Validate(IValidatorContext)
Declaration
public void Validate(IValidatorContext context)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
WriteExceptionData(Exception)
Declaration
public override void WriteExceptionData(Exception ex)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| System.Exception | ex |
Overrides
JHA.EPS.SharedService.Common.Model.ModelBase.WriteExceptionData(System.Exception)
WriteExceptionData(Exception, Int32)
Declaration
public override void WriteExceptionData(Exception ex, int index)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| System.Exception | ex | |
| System.Int32 | index |
Overrides
JHA.EPS.SharedService.Common.Model.ModelBase.WriteExceptionData(System.Exception, System.Int32)