C# 클래스 NUnitGoCore.CustomElements.HtmlCustomElements.HorizontalBar

상속: HtmlBaseElement
파일 보기 프로젝트 열기: elv1s42/NUnitGo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BarHtml string
Elements List

공개 메소드들

메소드 설명
HorizontalBar ( string id, string title, List elements, bool orderByDescending = true ) : System

비공개 메소드들

메소드 설명
GetBar ( ) : string
GetStyle ( ) : string

메소드 상세

HorizontalBar() 공개 메소드

public HorizontalBar ( string id, string title, List elements, bool orderByDescending = true ) : System
id string
title string
elements List
orderByDescending bool
리턴 System

프로퍼티 상세

BarHtml 공개적으로 프로퍼티

public string BarHtml
리턴 string

Elements 공개적으로 프로퍼티

public List Elements
리턴 List