public sealed class DashboardRepository : IDashboardRepositoryPublic NotInheritable Class DashboardRepository
Implements IDashboardRepositorypublic ref class DashboardRepository sealed : IDashboardRepository[<SealedAttribute>]
type DashboardRepository =
class
interface IDashboardRepository
end| DashboardRepository | Dashboard repository. |
| ClearPersonalDashboardAsync | Clears personal dashboard owned by userID |
| DeleteDashboardAsync | Deletes the dashboard. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetDashboardAsync | Returns a dashboard by its identifier. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetOriginChangesAsync | Returns a list of dashboard changed shared widgets. |
| GetPersonalDashboardAsync | Returns user's single dashboard of the Personal type or creates the dashboard if it does not exist. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| StoreDashboardAsync | Stores dashboard changes. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |