public abstract class KrTaskWithActionsManagerDataProviderBase<T> : KrTaskManagerDataProviderBase,
IKrTaskWithActionsManagerDataProvider<T>, IKrTaskManagerDataProvider, ISealable
Public MustInherit Class KrTaskWithActionsManagerDataProviderBase(Of T)
Inherits KrTaskManagerDataProviderBase
Implements IKrTaskWithActionsManagerDataProvider(Of T), IKrTaskManagerDataProvider, ISealablegeneric<typename T>
public ref class KrTaskWithActionsManagerDataProviderBase abstract : public KrTaskManagerDataProviderBase,
IKrTaskWithActionsManagerDataProvider<T>, IKrTaskManagerDataProvider, ISealable[<AbstractClassAttribute>]
type KrTaskWithActionsManagerDataProviderBase<'T> =
class
inherit KrTaskManagerDataProviderBase
interface IKrTaskWithActionsManagerDataProvider<'T>
interface IKrTaskManagerDataProvider
interface ISealable
end| KrTaskWithActionsManagerDataProviderBaseT | Инициализирует новый экземпляр класса KrTaskWithActionsManagerDataProviderBaseT |
| CompleteTaskActionAsync |
Действие, выполняемое над завершаемым заданием.
(Унаследован от KrTaskManagerDataProviderBase) |
| CreateTaskActionAsync | Действие, выполняемое над созданным заданием. |
| DelegateTaskActionAsync | Действие, выполняемое над делегированным заданием. |
| DeleteTaskActionAsync |
Действие, выполняемое над удаляемым заданием.
(Унаследован от KrTaskManagerDataProviderBase) |
| IsSealed | Признак того, что объект был защищён от изменений. (Унаследован от KrTaskManagerDataProviderBase) |
| 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) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Seal | Защищает объект от изменений. (Унаследован от KrTaskManagerDataProviderBase) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |