@ctodev/cclibrary-typings
Version:
Library typings for use with CLARC INFINITY
9 lines (8 loc) • 489 B
TypeScript
import { PipeTransform } from '@angular/core';
import { TccET_BIZOBJ } from '../../../odata/models/bizobj.model';
import { TccGetBoPropertyService } from '../../services/tcc-get-bo-property/tcc-get-bo-property.service';
export declare class TccGetBoPropertyByIdPipe implements PipeTransform {
private getBoPropertyService;
constructor(getBoPropertyService: TccGetBoPropertyService);
transform(Id: string, BusinessObject: TccET_BIZOBJ.BusinessObject): TccET_BIZOBJ.IProperty;
}