()
| 48 | * Decorate on Action Parameters to transform values to Integer |
| 49 | */ |
| 50 | export function BindInteger() |
| 51 | : (target: any, propertyKey: string, parameterIndex: number) => void { |
| 52 | return AttributeMetadata.parse(toInteger, undefined, false); |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Decorate on Action Parameters to validate against RegExp |
no outgoing calls