import { IPSModelSortable } from '../../ipsmodel-sortable'; import { IPSAppDEField } from './ipsapp-defield'; import { IPSAppDERS } from './ipsapp-ders'; import { IPSAppDataEntity } from './ipsapp-data-entity'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppDERSImpl2 extends PSModelObjectImpl implements IPSAppDERS, IPSModelSortable { get actionRSMode(): 0 | 1 | 2; get codeName(): string; get codeName2(): string; get dataRSMode(): 1 | 2 | 4 | 8; get dynaModelFilePath(): string; get mOSFilePath(): string; get majorDECodeName(): string; get majorDECodeName2(): string; get majorDEName(): string; protected majorpsappdataentity: IPSAppDataEntity | null; getMajorPSAppDataEntity(): IPSAppDataEntity | null; get majorPSAppDataEntity(): IPSAppDataEntity | null; getMajorPSAppDataEntityMust(): IPSAppDataEntity; get memo(): string; get minorDECodeName(): string; get minorDECodeName2(): string; get minorDEName(): string; protected minorpsappdataentity: IPSAppDataEntity | null; getMinorPSAppDataEntity(): IPSAppDataEntity | null; get minorPSAppDataEntity(): IPSAppDataEntity | null; getMinorPSAppDataEntityMust(): IPSAppDataEntity; get name(): string; get orderValue(): number; get parentFilter(): string; protected parentpsappdefield: IPSAppDEField | null; getParentPSAppDEField(): IPSAppDEField | null; get parentPSAppDEField(): IPSAppDEField | null; getParentPSAppDEFieldMust(): IPSAppDEField; get rSMode(): 1 | 2; get rTMOSFilePath(): string; get tempDataOrder(): number; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get array(): boolean; get enableCreateDataRS(): boolean; get enableGetDataRS(): boolean; get enableSelectDataRS(): boolean; get enableUpdateDataRS(): boolean; get majorDEMajor(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-dersimpl2.d.ts.map