Table of Contents

Interface IAttributeAccessor

Namespace
Steeltoe.Common.Util
Assembly
Steeltoe.Common.Abstractions.dll
public interface IAttributeAccessor

Properties

AttributeNames

string[] AttributeNames { get; }

Property Value

string[]

Methods

GetAttribute(string)

object GetAttribute(string name)

Parameters

name string

Returns

object

HasAttribute(string)

bool HasAttribute(string name)

Parameters

name string

Returns

bool

RemoveAttribute(string)

object RemoveAttribute(string name)

Parameters

name string

Returns

object

SetAttribute(string, object)

void SetAttribute(string name, object value)

Parameters

name string
value object