public sealed class CardTaskHistoryManager : ICardTaskHistoryManager
Public NotInheritable Class CardTaskHistoryManager
Implements ICardTaskHistoryManager
public ref class CardTaskHistoryManager sealed : ICardTaskHistoryManager
[<SealedAttribute>]
type CardTaskHistoryManager =
class
interface ICardTaskHistoryManager
end
CardTaskHistoryManager | Создаёт экземпляр объекта с указанием значений его свойств. |
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) |
GetGroupCaptionAsync | Возвращает название новой группы в истории заданий для заданных параметров. |
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) |
ResolveGroupAsync | Возвращает группу в истории заданий, вычисленную для заданных параметров. При необходимости группа будет создана. Также может быть создана родительская группа, если указан её тип, но в карточке она отсутствует. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |