Interface IAttributeAccessor
public interface IAttributeAccessor
Properties
AttributeNames
string[] AttributeNames { get; }
Property Value
- string[]
Methods
GetAttribute(string)
object GetAttribute(string name)
Parameters
namestring
Returns
HasAttribute(string)
bool HasAttribute(string name)
Parameters
namestring
Returns
RemoveAttribute(string)
object RemoveAttribute(string name)
Parameters
namestring
Returns
SetAttribute(string, object)
void SetAttribute(string name, object value)