IOrmSimpleAttrs

Assembly: Orm;

Description

The IOrmSimpleAttrs interface is used to work with the collection of attributes of a simple class object.

Inheritance Hierarchy

          IOrmSimpleAttrs

Comments

Use the IOrmSimpleClass.Attrs property to get the collection of attributes.

Properties

  Property name Brief description
Count The Count property returns the number of object attributes.
Item The Item property returns parameters of the specified attribute.

See also:

Orm Assembly Interfaces