iAttribute
Class
Definition
Namespace:ArtOfTest.WebAii.ObjectModel
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class iAttribute : INotifyPropertyChanged, IiAttribute
Inheritance: objectiAttribute
Implements:
Constructors
C#
public iAttribute()
Properties
C#
public AttributeType AttributeType { get; }
C#
[Browsable(false)]
public Quote BeginQuote { get; set; }
C#
public string DecodedValue { get; }
C#
[Browsable(false)]
public bool IsSingular { get; set; }
C#
[Browsable(false)]
public NameValueCollection Styles { get; }
Methods
C#
public bool ContainsPartialAttributeValue(iAttribute partialAttributeToCompare, StringComparison comparison)
C#
public bool Equals(iAttribute obj, StringComparison comparison, bool matchQuotes)
C#
public static Collection<iAttribute> GetAttributeList(params string[] nameValuePairs)
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: