public abstract class KrTaskWithActionsManagerDataProviderBase<TExternalContext, TPerformer> : KrTaskWithActionsManagerDataProviderBase<TPerformer>,
IExternalContextProvider<TExternalContext>, ISealable
Public MustInherit Class KrTaskWithActionsManagerDataProviderBase(Of TExternalContext, TPerformer)
Inherits KrTaskWithActionsManagerDataProviderBase(Of TPerformer)
Implements IExternalContextProvider(Of TExternalContext), ISealablegeneric<typename TExternalContext, typename TPerformer>
public ref class KrTaskWithActionsManagerDataProviderBase abstract : public KrTaskWithActionsManagerDataProviderBase<TPerformer>,
IExternalContextProvider<TExternalContext>, ISealable[<AbstractClassAttribute>]
type KrTaskWithActionsManagerDataProviderBase<'TExternalContext, 'TPerformer> =
class
inherit KrTaskWithActionsManagerDataProviderBase<'TPerformer>
interface IExternalContextProvider<'TExternalContext>
interface ISealable
end| KrTaskWithActionsManagerDataProviderBaseTExternalContext, TPerformer | Инициализирует новый экземпляр класса KrTaskWithActionsManagerDataProviderBaseTExternalContext, TPerformer |
| CompleteTaskActionAsync |
Действие, выполняемое над завершаемым заданием.
(Унаследован от KrTaskManagerDataProviderBase) |
| CreateTaskActionAsync |
Действие, выполняемое над созданным заданием.
(Унаследован от KrTaskWithActionsManagerDataProviderBaseT) |
| DelegateTaskActionAsync |
Действие, выполняемое над делегированным заданием.
(Унаследован от KrTaskWithActionsManagerDataProviderBaseT) |
| DeleteTaskActionAsync |
Действие, выполняемое над удаляемым заданием.
(Унаследован от KrTaskManagerDataProviderBase) |
| ExternalContext | Внешний контекст. |
| 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) |