官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code, and code mixed in with text are shown as follows: A block of code is set as follows:

public class AccountTriggerHandler extends triggerHandler {
  public override void beforeInsert() {
    AccountLib.sanitizeDataForAccounts(Trigger.new);
    ContactLib.createContacts(Trigger.new);
    OpportunityLib.createOpps(Trigger.new);
  }
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

global void execute(Database.BatchableContext BC, List<Account> scope) {
  List<Account> toDelete = new List<Account>();
  List<Account> toUpdate = new List<Account>();
  for (Account a : scope) {
    if(a.bad_account__c){
      toDelete.add(a);
    } else {
      toUpdate.add(a);
    }

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Another tab in the bottom pane is the Tests tab."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 大名县| 津南区| 宿迁市| 阿拉善盟| 黄浦区| 永城市| 竹溪县| 晋宁县| 黎平县| 河南省| 郧西县| 宁安市| 馆陶县| 偏关县| 贡山| 南川市| 大厂| 临邑县| 株洲市| 柳州市| 合肥市| 温州市| 丰城市| 石阡县| 佛山市| 桃园县| 绥中县| 嘉定区| 阜阳市| 漠河县| 天津市| 施秉县| 洞口县| 沁阳市| 凉城县| 武邑县| 修武县| 桓仁| 赤水市| 土默特左旗| 康平县|