public abstract class KrTaskManagerDataProviderBase<T> : KrTaskManagerDataProviderBase,
IExternalContextProvider<T>, ISealable
where T : class
Public MustInherit Class KrTaskManagerDataProviderBase(Of T As Class)
Inherits KrTaskManagerDataProviderBase
Implements IExternalContextProvider(Of T), ISealablegeneric<typename T>
where T : ref class
public ref class KrTaskManagerDataProviderBase abstract : public KrTaskManagerDataProviderBase,
IExternalContextProvider<T>, ISealable[<AbstractClassAttribute>]
type KrTaskManagerDataProviderBase<'T when 'T : not struct> =
class
inherit KrTaskManagerDataProviderBase
interface IExternalContextProvider<'T>
interface ISealable
end| KrTaskManagerDataProviderBaseT | Инициализирует новый экземпляр класса KrTaskManagerDataProviderBaseT |
| CompleteTaskActionAsync |
Действие, выполняемое над завершаемым заданием.
(Унаследован от KrTaskManagerDataProviderBase) |
| 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) |