Orm > Orm Assembly Interfaces > IOrmSimpleAttrs
Assembly: Orm;
Namespace: Prognoz.Platform.Interop.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 | |
![]() |
The Count property returns the number of object attributes. | |
![]() |
The Item property returns parameters of the specified attribute. |
See also: