- 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.
- 深入核心的敏捷開發(fā):ThoughtWorks五大關(guān)鍵實踐
- Visual Basic .NET程序設(shè)計(第3版)
- Learning Cython Programming(Second Edition)
- TypeScript Blueprints
- Visual C
- Python編程與幾何圖形
- Redis Essentials
- 精通Linux(第2版)
- C語言程序設(shè)計教程
- Learning OpenStack Networking(Neutron)(Second Edition)
- C語言程序設(shè)計
- Microsoft Dynamics AX 2012 R3 Financial Management
- Java零基礎(chǔ)實戰(zhàn)
- ExtJS Web應(yīng)用程序開發(fā)指南第2版
- Arduino Wearable Projects