C# Класс CarbonFitness.BusinessLogic.RDI.Importers.BaseRDIImporter

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ManRecommendations List
WomanRecommendations List

Private Properties

Свойство Тип Описание
GetAgeRecommendations IEnumerable

Открытые методы

Метод Описание
BaseRDIImporter ( INutrientBusinessLogic nutrientBusinessLogic, IGenderTypeBusinessLogic genderTypeBusinessLogic ) : System.Collections.Generic
Import ( INutrientRecommendationRepository nutrientRecommendationRepository ) : void
createAgeRecommendation ( int startAge, int endAge, decimal value ) : GenderAgeNutrientRecommendation

Защищенные методы

Метод Описание
GetGenderNutrientRecommendations ( NutrientRecommendation nutrientRecommendation ) : IEnumerable
getNutrientRecommendation ( ) : NutrientRecommendation

Приватные методы

Метод Описание
GetAgeRecommendations ( IEnumerable ageNutrientRecommendations, GenderNutrientRecommendation genderNutrientRecommendation ) : IEnumerable

Описание методов

BaseRDIImporter() публичный Метод

public BaseRDIImporter ( INutrientBusinessLogic nutrientBusinessLogic, IGenderTypeBusinessLogic genderTypeBusinessLogic ) : System.Collections.Generic
nutrientBusinessLogic INutrientBusinessLogic
genderTypeBusinessLogic IGenderTypeBusinessLogic
Результат System.Collections.Generic

GetGenderNutrientRecommendations() защищенный Метод

protected GetGenderNutrientRecommendations ( NutrientRecommendation nutrientRecommendation ) : IEnumerable
nutrientRecommendation CarbonFitness.Data.Model.NutrientRecommendation
Результат IEnumerable

Import() публичный Метод

public Import ( INutrientRecommendationRepository nutrientRecommendationRepository ) : void
nutrientRecommendationRepository INutrientRecommendationRepository
Результат void

createAgeRecommendation() публичный Метод

public createAgeRecommendation ( int startAge, int endAge, decimal value ) : GenderAgeNutrientRecommendation
startAge int
endAge int
value decimal
Результат CarbonFitness.Data.Model.GenderAgeNutrientRecommendation

getNutrientRecommendation() защищенный Метод

protected getNutrientRecommendation ( ) : NutrientRecommendation
Результат CarbonFitness.Data.Model.NutrientRecommendation

Описание свойств

ManRecommendations защищенное свойство

protected List ManRecommendations
Результат List

WomanRecommendations защищенное свойство

protected List WomanRecommendations
Результат List