Click or drag to resize
CopyDocumentResponseTDocument, TCopy - класс
Ответ на запрос копирования документа
Иерархия наследования
SystemObject
  OTC.ClientAPIResponse
    OTC.ClientAPI.Documents.ExtensionsDocumentResponse
      OTC.ClientAPI.Documents.ExtensionsDocumentResponseTDocument
        OTC.ClientAPI.Documents.ExtensionsCopyDocumentResponseTDocument, TCopy

Пространство имён: OTC.ClientAPI.Documents.Extensions
Сборка: OTC.ClientAPI (в OTC.ClientAPI.dll) Версия: 1209540
Синтаксис
C#
public sealed class CopyDocumentResponse<TDocument, TCopy> : DocumentResponse<TDocument>
where TDocument : BaseDocumentContract
where TCopy : BaseDocumentContract

Параметры типа

TDocument
Контракт документа
TCopy
Контракт копии

Тип CopyDocumentResponseTDocument, TCopy предоставляет следующие члены.

Конструкторы
Свойства
  ИмяОписание
Открытое свойствоCopy
Копия документа
Открытое свойствоDocument
Документ
(Унаследован от DocumentResponseT.)
Открытое свойствоSuccess
Результат операции - успех/неуспех. Всегда true
(Унаследован от Response.)
В начало страницы
См. также