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

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 are shown as follows: "Create a new class in the Core.Impl directory called ProfileService."

A block of code will be set as follows:

if (profile != null && profile.ProfileID > 0)
    {
        attributes = _profileAttributeService.GetProfileAttributesByProfileID(profile.ProfileID);
        levelOfExperienceType =
                              _levelOfExperienceTypeRepository.GetLevelOfExperienceTypeByID(profile.LevelOfExperienceTypeID);
        
        profile.Attributes = attributes;
        profile.LevelOfExperienceType = levelOfExperienceType;
    }

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

Account account = _accountRepository.GetAccountByID(AccountID);
Profile profile = _profileService.LoadProfileByAccountID(AccountID);
if(profile != null)
{
 account.Profile = profile;
}

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this:

"Click the Test Connection button to see if your settings are acceptable."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 长寿区| 东丽区| 固安县| 邢台县| 和顺县| 德清县| 南昌市| 乌兰察布市| 浪卡子县| 昌吉市| 定兴县| 西青区| 雷州市| 临江市| 环江| 鹤峰县| 宁城县| 扎鲁特旗| 中山市| 长子县| 夹江县| 东至县| 紫阳县| 定远县| 宁强县| 德庆县| 岫岩| 饶河县| 眉山市| 高陵县| 南涧| 洞头县| 临海市| 光山县| 甘孜| 全椒县| 徐州市| 新绛县| 永寿县| 丹东市| 毕节市|