BLL

abbr.  较低下限以下(Below Lower Limit)

计算机



双语例句

  1. The BLL consists of value providers that provide data to the Ajax-enabled controls and server-side validators that provide server validation for HTML form data.
    BLL包含值提供程序来为启用了Ajax的控件提供数据,它还包含服务器端验证器来为HTML表单数据提供服务器验证。
  2. The Business Logic Layer ( BLL) is where the business rules are centralized.
    业务逻辑层(BLL)是集中存放业务规则的地方。
  3. The example in this article consists of the Data Abstract Layer ( DAL), Data Transfer Objects ( DTOs), the Business Logic Layer ( BLL), the Presentation Layer, and supporting helper classes.
    本文中的示例包含数据抽象层(DAL)、数据传输对象(DTO)、业务逻辑层(BLL)、表示层和用于支持的helper类。
  4. As illustrated in Figure 16, this object passes the necessary data to the BLL, which then requests the Data Access Layer to save the data to MySQL database.
    如图16所示,此对象将必要的数据传递给BLL,后者随后请求数据访问层将数据保存到MySQL数据库。
  5. To accomplish this, right-click on the BLL subfolder, choose Add a New Item, and choose the Class template.
    同样,你仅仅需要在解决方案浏览器(SolutionExplorer)中右键点击BLL文件夹,并选择新建项目(NewItem),然后在弹出的对话框中选择类模板(Classtemplate)就可以创建新的类文件了。