C# Class NUnitGoCore.CustomElements.HtmlCustomElements.HorizontalBar

Inheritance: HtmlBaseElement
Afficher le fichier Open project: elv1s42/NUnitGo Class Usage Examples

Méthodes publiques

Свойство Type Description
BarHtml string
Elements List

Méthodes publiques

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

Private Methods

Méthode Description
GetBar ( ) : string
GetStyle ( ) : string

Method Details

HorizontalBar() public méthode

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

Property Details

BarHtml public_oe property

public string BarHtml
Résultat string

Elements public_oe property

public List Elements
Résultat List