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

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

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

TDocument
Контракт документа
TAmendment
Контракт амендмента

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

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