C# Класс Net.DDP.Server.ReactiveDocumentHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
ToReactiveDocument ( this document ) : ReactiveDocument

Attempts to convert any document inheriting from the IDocument interface to a reactive document without passing an id as a parameter

ToReactiveDocument ( this document, string id ) : ReactiveDocument

Attempts to convert any object to a reactive document. An id for the document must be passed as a parameter

Описание методов

ToReactiveDocument() публичный статический Метод

Attempts to convert any document inheriting from the IDocument interface to a reactive document without passing an id as a parameter
public static ToReactiveDocument ( this document ) : ReactiveDocument
document this
Результат ReactiveDocument

ToReactiveDocument() публичный статический Метод

Attempts to convert any object to a reactive document. An id for the document must be passed as a parameter
public static ToReactiveDocument ( this document, string id ) : ReactiveDocument
document this
id string
Результат ReactiveDocument