New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.ObjectModel

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class iAttribute : INotifyPropertyChanged, IiAttribute

Inheritance: objectiAttribute

Implements: INotifyPropertyChangedIiAttribute

Constructors

C#
public iAttribute()
C#
public iAttribute(string name, string value)
Parameters:namestringvaluestring

Properties

C#
public AttributeType AttributeType { get; }
C#
[Browsable(false)]
public Quote BeginQuote { get; set; }
C#
public string DecodedValue { get; }
C#
[Browsable(false)]
public Quote EndQuote { get; set; }
C#
[Browsable(false)]
public bool IsSingular { get; set; }
C#
public string Name { get; set; }

Implements: IiAttribute.Name

C#
public string RawValue { get; }
C#
[Browsable(false)]
public NameValueCollection Styles { get; }
C#
public string Value { get; set; }

Implements: IiAttribute.Value

Methods

C#
public bool ContainsPartialAttributeValue(iAttribute partialAttributeToCompare, StringComparison comparison)
Parameters:partialAttributeToCompareiAttributecomparisonStringComparisonReturns:

bool

C#
public bool Equals(iAttribute obj, StringComparison comparison, bool matchQuotes)
Parameters:objiAttributecomparisonStringComparisonmatchQuotesboolReturns:

bool

C#
public static Collection<iAttribute> GetAttributeList(params string[] nameValuePairs)
Parameters:nameValuePairsstring[]Returns:

Collection<iAttribute>

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged