Method | Description | |
---|---|---|
ToReactiveDocument ( this document ) : |
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 ) : |
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 ) : |
||
document | this | |
return |
public static ToReactiveDocument ( this document, string id ) : |
||
document | this | |
id | string | |
return |