public sealed class AggregateActionHistoryStrategy : ActionHistoryStrategyBase
Public NotInheritable Class AggregateActionHistoryStrategy
Inherits ActionHistoryStrategyBase
public ref class AggregateActionHistoryStrategy sealed : public ActionHistoryStrategyBase
[<SealedAttribute>]
type AggregateActionHistoryStrategy =
class
inherit ActionHistoryStrategyBase
end
AggregateActionHistoryStrategy | Инициализирует новый экземпляр класса AggregateActionHistoryStrategy |
DeleteAsync |
Вызывает для всех стратегий метод удаления всех записей истории действий для карточки.
(Переопределяет ActionHistoryStrategyBaseDeleteAsync(Guid, CancellationToken)) |
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) |
InsertAsync |
Вызывает для всех стратегий метод вставки записи в историю действий.
(Переопределяет ActionHistoryStrategyBaseInsertAsync(ActionHistoryRecord, CancellationToken)) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetAsync |
Вызывает для всех стратегий метод получения записи из истории действий.
(Переопределяет ActionHistoryStrategyBaseTryGetAsync(Guid, CancellationToken)) |