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

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.

主站蜘蛛池模板: 华安县| 南江县| 内乡县| 保亭| 云林县| 岗巴县| 安仁县| 岳池县| 遂平县| 平邑县| 重庆市| 塘沽区| 水城县| 阿合奇县| 南丹县| 松溪县| 鹤壁市| 嵊泗县| 内丘县| 江孜县| 凌云县| 南安市| 航空| 什邡市| 临江市| 康马县| 北京市| 神池县| 阳新县| 布尔津县| 枣阳市| 敦煌市| 松桃| 平谷区| 西贡区| 盈江县| 天津市| 惠来县| 西华县| 丘北县| 荔浦县|