• IfcCostScheduleTypeEnum


    IfcCostScheduleTypeEnum

    类型定义

    IfcCostScheduleTypeEnum是可从中选择所需成本计划的可用类型的列表。

    IFC2x2中增加的新枚举。

    Enumeration definition

    ConstantDescription
    BUDGET An allocation of money for a particular purpose.
    COSTPLAN An assessment of the amount of money needing to be expended for a defined purpose based on incomplete information about the goods and services required for a construction or installation.
    ESTIMATE An assessment of the amount of money needing to be expended for a defined purpose based on actual information about the goods and services required for a construction or installation.
    TENDER An offer to provide goods and services.
    PRICEDBILLOFQUANTITIES A complete listing of all work items forming construction or installation works in which costs have been allocated to work items.
    UNPRICEDBILLOFQUANTITIES A complete listing of all work items forming construction or installation works in which costs have not yet been allocated to work items.
    SCHEDULEOFRATES A listing of each type of goods forming construction or installation works with the cost of purchase, construction/installation, overheads and profit assigned so that additional items of that type can be costed.
    USERDEFINED User-defined type.
    NOTDEFINED Undefined type.
     

    EXPRESS Specification

    TYPE IfcCostScheduleTypeEnum = ENUMERATION OF (
     BUDGET,
     COSTPLAN,
     ESTIMATE,
     TENDER,
     PRICEDBILLOFQUANTITIES,
     UNPRICEDBILLOFQUANTITIES,
     SCHEDULEOFRATES,
     USERDEFINED,
     NOTDEFINED);
    END_TYPE;

    ##################################

  • 相关阅读:
    使用java.util.Timer来周期性的执行制定的任务
    Android中为APP创建快捷方式的原理(自己的理解)
    View.setTag()的作用
    用3种方法在 operator= 中处理“自我赋值”
    关于 const 成员函数
    复制构造函数 与 赋值操作函数
    Command 模式
    Mediator 模式
    求一棵普通树的两个结点的最低公共祖先
    Memento 模式
  • 原文地址:https://www.cnblogs.com/herd/p/15778349.html
Copyright © 2020-2023  润新知