public sealed class CardService : ICardServicePublic NotInheritable Class CardService
Implements ICardServicepublic ref class CardService sealed : ICardService[<SealedAttribute>]
type CardService =
class
interface ICardService
end| CardService | Инициализирует новый экземпляр класса CardService. |
| DeleteAsync | Удаляет карточку по информации, переданной в запросе. |
| 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) |
| GetAsync | Возвращает данные карточки по заданному запросу. |
| GetFileContentAsync | Получает контент версии файла. |
| GetFileVersionsAsync | Возвращает информацию о версиях файла по заданному запросу. |
| 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) |
| NewAsync | Возвращает заполненную структуру карточки по заданному запросу. Физически карточка не создаётся. |
| RequestAsync | Выполняет универсальный запрос к сервису карточек. |
| StoreAsync(CardStoreRequest, CancellationToken) | Сохраняет карточку, переданную в запросе. |
| StoreAsync(Stream, CancellationToken) | Сохраняет карточку и её файлы, переданные в потоке карточки. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |