DashboardVersionInfo - класс

Contains version information for a dashboard.

Definition

Пространство имён: Tessa.Dashboards
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public class DashboardVersionInfo : VersionInfo, 
	IEquatable<DashboardVersionInfo>
Inheritance
Object    VersionInfo    DashboardVersionInfo
Implements
IEquatableDashboardVersionInfo

Конструкторы

DashboardVersionInfoИнициализирует новый экземпляр класса DashboardVersionInfo

Свойства

ActualVersion Actual version number.
(Унаследован от VersionInfo)
DashboardType Dashboard type.
ExpectedVersion Expected version number.
(Унаследован от VersionInfo)
ID Unique identifier.
(Унаследован от VersionInfo)
IsWidget Indicates whether the version information is for a widget.
(Унаследован от VersionInfo)
Modified Date and time for last modification.
(Унаследован от VersionInfo)
ModifiedByID Unique identifier of the user who last modified.
(Унаследован от VersionInfo)
ModifiedByName Name of the user who last modified.
(Унаследован от VersionInfo)
OwnerID Dashboard owner.

Методы

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetInvalidVersionErrorAsync Retrieves an error message indicating an invalid version.
(Унаследован от VersionInfo)
GetInvalidVersionOfChangesErrorAsync Retrieves an error message indicating an invalid version of dashboard when changes requests.
(Унаследован от VersionInfo)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)

См. также