()
| 40 | * Decorate on Action Parameters to transform values to Boolean |
| 41 | */ |
| 42 | export function BindBoolean() |
| 43 | : (target: any, propertyKey: string, parameterIndex: number) => void { |
| 44 | return AttributeMetadata.parse(toBoolean, undefined, false); |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * Decorate on Action Parameters to transform values to Integer |
no outgoing calls