Metabase > Metabase Assembly Interfaces > IMetabaseObjectHistoryItem
Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseObjectHistoryItem interface contains properties of history records of object change.
IMetabaseObjectHistoryItem
Property name | Brief description | |
![]() |
ClassId | The ClassId property returns an identifier of the object class. |
![]() |
Comment | The Comment property returns a comment to a record of object changing. |
![]() |
Description | The Description property returns object description from object's history. |
![]() |
Stamp | The Stamp property returns the date and the time of object changing, viewed in a date system format. |
![]() |
Station | The Station property returns a name of the workstation, on which the object was changed. |
![]() |
UserName | The UserName property returns a name of the repository user that changed the object. |
Property name | Brief description | |
![]() |
Id | The Id property returns the object identifier. |
![]() |
Key | The Key property returns the object key. |
![]() |
Name | The Name property returns the object name. |
See also: