Atata.SelectByAttribute.SelectByAttribute C# (CSharp) Method

SelectByAttribute() public method

public SelectByAttribute ( string attributeName ) : System
attributeName string
return System
        public SelectByAttribute(string attributeName)
            : base(attributeName)
        {
        }

Same methods

SelectByAttribute::SelectByAttribute ( string attributeName, TermCase termCase ) : System
SelectByAttribute::SelectByAttribute ( string attributeName, TermMatch match ) : System
SelectByAttribute::SelectByAttribute ( string attributeName, TermMatch match, TermCase termCase ) : System
SelectByAttribute