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

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.

主站蜘蛛池模板: 贵德县| 商都县| 石嘴山市| 布尔津县| 万安县| 玉树县| 安溪县| 理塘县| 石泉县| 武清区| 通化县| 咸阳市| 泽州县| 文成县| 栾川县| 靖西县| 洛扎县| 静乐县| 兰考县| 德州市| 上犹县| 通许县| 衡阳市| 札达县| 万源市| 贵港市| 婺源县| 屏东市| 彝良县| 珲春市| 石柱| 高陵县| 响水县| 临漳县| 内丘县| 淄博市| 乐东| 茶陵县| 新密市| 米林县| 吉林市|