C# 클래스 CarbonFitness.App.Web.Controllers.ViewTypeConverters.GraphLineOptionViewTypeConverter

상속: IGraphLineOptionViewTypeConverter
파일 보기 프로젝트 열기: yodiz/CarbonFitness

공개 메소드들

메소드 설명
GetNutrientEntitys ( string graphLineOptionValue ) : NutrientEntity[]
GetViewTypes ( User user ) : IEnumerable
GraphLineOptionViewTypeConverter ( INutrientBusinessLogic nutrientBusinessLogic, INutrientTranslator nutrientTranslator ) : System
shouldShowWeight ( string graphLineOptions ) : bool

비공개 메소드들

메소드 설명
addGraphlineOption ( string name, string value, ICollection nutrientOptions ) : void

메소드 상세

GetNutrientEntitys() 공개 메소드

public GetNutrientEntitys ( string graphLineOptionValue ) : NutrientEntity[]
graphLineOptionValue string
리턴 NutrientEntity[]

GetViewTypes() 공개 메소드

public GetViewTypes ( User user ) : IEnumerable
user CarbonFitness.Data.Model.User
리턴 IEnumerable

GraphLineOptionViewTypeConverter() 공개 메소드

public GraphLineOptionViewTypeConverter ( INutrientBusinessLogic nutrientBusinessLogic, INutrientTranslator nutrientTranslator ) : System
nutrientBusinessLogic INutrientBusinessLogic
nutrientTranslator INutrientTranslator
리턴 System

shouldShowWeight() 공개 메소드

public shouldShowWeight ( string graphLineOptions ) : bool
graphLineOptions string
리턴 bool