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