HtmlElement.Net
Public Member Functions | Properties | List of all members
HtmlElements.ElementGroupAttribute Class Reference

Allows to mark a page object field or property as part of named group. More...

Inherits Attribute.

Public Member Functions

 ElementGroupAttribute (params string[] groups)
 Initializes a new instance of the ElementGroupAttribute class with provided group names. More...
 

Properties

string[] Groups [get]
 List of group names. More...
 

Detailed Description

Allows to mark a page object field or property as part of named group.

See also
System.Attribute

Constructor & Destructor Documentation

◆ ElementGroupAttribute()

HtmlElements.ElementGroupAttribute.ElementGroupAttribute ( params string[]  groups)

Initializes a new instance of the ElementGroupAttribute class with provided group names.

Parameters
groupsList of group names to which element belongs.

Property Documentation

◆ Groups

string [] HtmlElements.ElementGroupAttribute.Groups
get

List of group names.