The class Document is the represenation of a LogiKal document.
More...
|
| void | GetContent (Stream target) |
| | The content from the document. More...
|
| |
| bool | CanDispose () |
| | Returns the information about whether the object can be deleted. An object can only be deleted if no children live. More...
|
| |
| IList< Guid > | Children () |
| | Returns a list with CoreObjectId for all children More...
|
| |
|
void | Dispose () |
| |
|
|
override void | Dispose (bool disposing) |
| |
|
| CoreObjectBase (IApiService apiService, Guid coreObjectId) |
| |
|
| CoreObjectBase (IApiService apiService, Guid coreObjectId, CoreObjectBase parent) |
| |
|
| CoreObjectBase (IApiService apiService, Guid coreObjectId, CoreObjectBase parent, ICoreInfo coreInfo) |
| |
|
IApiService | _apiService = null |
| |
| Guid | CoreObjectId [get] |
| | The unique identifier of the object instance More...
|
| |
| Guid | ParentCoreObjectId [get] |
| | The unique identifier from the parent object instance More...
|
| |
| ICoreInfo | CoreInfo [get, protected set] |
| | Holds the included informations to the current object More...
|
| |
| DocumentContainer | Documents [get] |
| | Returns the DocumentContainer to handle documents to the object. More...
|
| |
|
bool | IsDisposed [get] |
| |
|
Action< Disposable > | Disposed |
| |
The class Document is the represenation of a LogiKal document.
◆ GetContent()
| void Ofcas.Lk.Api.Core.Document.GetContent |
( |
Stream |
target | ) |
|
The content from the document.
- Parameters
-
| target | The content from the document is written in this stream. If the document has no content, the lenght of target is zero. |
- Exceptions
-
| Exception | If getting the document content failed. |
◆ Parent
The documentation for this class was generated from the following file:
- Ofcas.Lk.Api.Core/Document.cs