The IMetabaseSecurityClassesAttributes interface is used to work with the collection of custom attributes of object type.
To get the attributes collection and object type identifiers, use the IMetabaseSecurityClassAttributes interface.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of object types that contain attributes. |
![]() |
Item | The Item property returns object type by index. |
| Method name | Brief description | |
![]() |
Add | The Add method adds attributes for object type by identifier. |
![]() |
Clear | The Clear method deletes all object type attributes. |
![]() |
FindByClass | The FindByClass method searches for an object type by identifier. |
![]() |
Remove | The Remove method removes object type attributes by index. |
![]() |
RemoveByClass | The RemoveByClass method removes object type attributes by identifier. |
See also: