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

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.

主站蜘蛛池模板: 翼城县| 武乡县| 奉贤区| 洪湖市| 犍为县| 桃源县| 大丰市| 房山区| 留坝县| 荆州市| 同仁县| 栖霞市| 巍山| 巴塘县| 桦甸市| 米脂县| 呼伦贝尔市| 策勒县| 南乐县| 辽阳市| 得荣县| 民乐县| 西乌珠穆沁旗| 久治县| 大洼县| 如东县| 临桂县| 平乐县| 荔浦县| 台江县| 唐海县| 扶余县| 堆龙德庆县| 涟水县| 包头市| 巴南区| 平顶山市| 若尔盖县| 金沙县| 英德市| 海阳市|