public sealed class CardTypeService : ICardTypeServicePublic NotInheritable Class CardTypeService
Implements ICardTypeServicepublic ref class CardTypeService sealed : ICardTypeService[<SealedAttribute>]
type CardTypeService =
class
interface ICardTypeService
end| CardTypeService | Инициализирует новый экземпляр класса CardTypeService. |
| 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) |
| GetAllCardTypesAsync | Возвращает объекты, описывающие типы всех карточек, со всей необходимой информацией. |
| GetCachedMetadataAsync | Возвращает метаинформацию, описывающую типы всех карточек, со всей необходимой информацией. Возвращаемая метаинформация и содержащиеся в ней типы карточек защищены от изменений. |
| GetCardTypeAsync | Возвращает объект, описывающий тип карточки, со всей необходимой информацией. |
| 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) |
| StoreAsync | Добавляет, обновляет и удаляет типы карточек. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| DeleteAsync |
Удаляет заданный тип карточки.
(Определяется CardExtensions) |
| Get | (Определяется ComHelper) |
| Invoke | (Определяется ComHelper) |
| Set | (Определяется ComHelper) |