C# Class NUnitGoCore.CustomElements.HtmlCustomElements.HorizontalBar

Inheritance: HtmlBaseElement
显示文件 Open project: elv1s42/NUnitGo Class Usage Examples

Public Properties

Property Type Description
BarHtml string
Elements List

Public Methods

Method Description
HorizontalBar ( string id, string title, List elements, bool orderByDescending = true ) : System

Private Methods

Method Description
GetBar ( ) : string
GetStyle ( ) : string

Method Details

HorizontalBar() public method

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

Property Details

BarHtml public_oe property

public string BarHtml
return string

Elements public_oe property

public List Elements
return List