import { BaseConst } from './baseConst'; export declare class CmObjectConst extends BaseConst { static ContainChildObjects: string; static ContainElements: string; static ParentObjectID: string; static ObjectType: string; static IsVirtual: string; static ContainConstraints: string; static ConstraintMessage: string; static Type: string; static ElementList: string; static AuthFieldInfos: string; static MdRefInfo_ID: string; static MdRefInfo_Name: string; static DtmBeforeSave: string; static DtmAfterSave: string; static DtmAfterModify: string; static DtmAfterCreate: string; /** * 持久化构件 */ static RepositoryComps: string; static RequestElements: string; }