C# Class NUnitGoCore.CustomElements.CSSElements.CssSet

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

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

Méthode Description
AddElement ( CssElement element ) : void
AddElements ( List elementList ) : void
AddSet ( CssSet setToAdd ) : void
CssSet ( string name = "" ) : System.Collections.Generic
GetElements ( ) : HashSet
ToString ( ) : string

Method Details

AddElement() public méthode

public AddElement ( CssElement element ) : void
element CssElement
Résultat void

AddElements() public méthode

public AddElements ( List elementList ) : void
elementList List
Résultat void

AddSet() public méthode

public AddSet ( CssSet setToAdd ) : void
setToAdd CssSet
Résultat void

CssSet() public méthode

public CssSet ( string name = "" ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

GetElements() public méthode

public GetElements ( ) : HashSet
Résultat HashSet

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

public string Name
Résultat string