Table of Contents

Interface IAttributesEntity

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Represents an entity that contains a collection of attributes.

public interface IAttributesEntity
Extension Methods

Properties

Attributes

Gets the list of attributes associated with this entity.

IList<Attribute> Attributes { get; }

Property Value

IList<Attribute>