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

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.

主站蜘蛛池模板: 水富县| 清新县| 高清| 剑阁县| 大关县| 舞阳县| 宜兰市| 酒泉市| 丰顺县| 专栏| 仙桃市| 墨竹工卡县| 永昌县| 广元市| 吉安市| 陈巴尔虎旗| 清远市| 崇文区| 芜湖市| 德昌县| 尤溪县| 杨浦区| 闽侯县| 榆林市| 克拉玛依市| 定远县| 衡阳县| 根河市| 金阳县| 荥经县| 阿克| 霍山县| 炉霍县| 湖北省| 汉源县| 禄丰县| 西峡县| 龙游县| 凌海市| 镇宁| 通化市|