- Force.com Enterprise Architecture
- Andrew Fawcett
- 220字
- 2021-08-05 17:52:28
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 words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This example utilizes read and write member variables in the RaceRetirement
class, indicating both are required."
A block of code is set as follows:
try { Set<Id> seasons = new Set<Id> { seasonId }; SeasonService.updateStandings(seasons); SeasonService.issueNewsLetters(seasons); } catch (Exception e) { ApexPages.addMessage(e); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
public PageReference awardPoints() { try { ContestantService.awardChampionshipPoints( new Set<Id> { standardController.getId() }); } catch (Exception e) { ApexPages.addMessages(e); } return null; }
Any command-line input or output is written as follows:
ant package.installdemo -Dsf.username=testorgusername -Dsf.password=testorgpasswordtestorgtoken
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "The Developer Console option provides some excellent tools to profile the consumption of governors."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- 多媒體CAI課件設計與制作導論(第二版)
- Leap Motion Development Essentials
- Java程序設計與計算思維
- PHP 編程從入門到實踐
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Learning Apache Mahout Classification
- Android底層接口與驅動開發技術詳解
- Hands-On GUI Programming with C++ and Qt5
- Raspberry Pi Robotic Projects(Third Edition)
- Android應用開發深入學習實錄
- Python青少年趣味編程
- Learning Splunk Web Framework
- 創意UI Photoshop玩轉移動UI設計