public sealed class CardFileContainer : ICardFileContainer,
IAsyncDisposable
Public NotInheritable Class CardFileContainer
Implements ICardFileContainer, IAsyncDisposable
public ref class CardFileContainer sealed : ICardFileContainer,
IAsyncDisposable
[<SealedAttribute>]
type CardFileContainer =
class
interface ICardFileContainer
interface IAsyncDisposable
end
CardFileContainer | Создаёт экземпляр класса с указанием значений его свойств. |
Card | Карточка. |
CreationResult | Результат создания текущего объекта. Может содержать ошибки, связанные с получением файлов. |
FileContainer | Файлы, относящиеся к карточке. |
Manager | Объект, который создал текущий контейнер. |
DisposeAsync | Освобождает ресурсы, занимаемые объектом. |
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) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |
StoreAsync |
Сохраняет карточку из текущего контейнера и контент её файлов, при этом позволяет асинхронно отслеживать её состояние.
В процессе сохранения карточка в контейнере и её файлы не изменяются, поэтому метод безопасно вызывать повторно.
(Определяется CardExtensions) |