Orm > Orm Assembly Interfaces > IOrmSimpleAttrs
Assembly: Orm;
The IOrmSimpleAttrs interface is used to work with the collection of attributes of a simple class object.
IOrmSimpleAttrs
Use the IOrmSimpleClass.Attrs property to get the collection of attributes.
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: