C# 클래스 TooltipInfo, Hero.Coli

파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_background string
_code string
_customField string
_customValue string
_energyConsumption string
_explanation string
_illustration string
_length string
_reference string
_subtitle string
_title string
_tooltipType TooltipManager.TooltipType
_type string

공개 메소드들

메소드 설명
ToString ( ) : string
TooltipInfo ( string code, string title, TooltipManager, tooltipType, string subtitle, string illustration, string customField, string customValue, string length, string reference, string energyConsumption, string explanation )

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TooltipInfo() 공개 메소드

public TooltipInfo ( string code, string title, TooltipManager, tooltipType, string subtitle, string illustration, string customField, string customValue, string length, string reference, string energyConsumption, string explanation )
code string
title string
tooltipType TooltipManager,
subtitle string
illustration string
customField string
customValue string
length string
reference string
energyConsumption string
explanation string

프로퍼티 상세

_background 공개적으로 프로퍼티

public string _background
리턴 string

_code 공개적으로 프로퍼티

public string _code
리턴 string

_customField 공개적으로 프로퍼티

public string _customField
리턴 string

_customValue 공개적으로 프로퍼티

public string _customValue
리턴 string

_energyConsumption 공개적으로 프로퍼티

public string _energyConsumption
리턴 string

_explanation 공개적으로 프로퍼티

public string _explanation
리턴 string

_illustration 공개적으로 프로퍼티

public string _illustration
리턴 string

_length 공개적으로 프로퍼티

public string _length
리턴 string

_reference 공개적으로 프로퍼티

public string _reference
리턴 string

_subtitle 공개적으로 프로퍼티

public string _subtitle
리턴 string

_title 공개적으로 프로퍼티

public string _title
리턴 string

_tooltipType 공개적으로 프로퍼티

public TooltipManager.TooltipType _tooltipType
리턴 TooltipManager.TooltipType

_type 공개적으로 프로퍼티

public string _type
리턴 string