Ofcas.Lk.Api.Client - Version 3.0  3.0.0.106
Ofcas.Lk.Api.Client.Core.DocumentInfo Class Reference

Represents the metadata to a Document More...

Inheritance diagram for Ofcas.Lk.Api.Client.Core.DocumentInfo:
Ofcas.Lk.Api.Client.Core.CoreInfo< DocumentContainer > Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoDeletable Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoWithGuid Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfo

Public Member Functions

 DocumentInfo (DocumentInfoInternal infoInternal, DocumentContainer parent)
 
- Public Member Functions inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< DocumentContainer >
Guid TryGetGuid ()
 
- Public Member Functions inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfo
Guid TryGetGuid ()
 Tries to cast this ICoreInfo to ICoreInfoWithGuid. More...
 

Public Attributes

Guid Guid => TypedInfoInternal.DocumentGuid
 Defines the unique identifier for the document. This Guid is valid during the hole lifetime of the document. More...
 
Guid LkDocumentGuid => Guid
 
DocumentType Type => TypedInfoInternal.Type
 The document type (DocumentType). More...
 
string FileName => TypedInfoInternal.FileName
 The filename from the document. More...
 
string Suffix => TypedInfoInternal.Suffix
 Returns the complete suffix of the file. More...
 
bool Deleted => false
 Returns if this info is deleted. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< DocumentContainer >
 CoreInfo (CoreInfoInternal infoInternal)
 Creates new core info object without parent. More...
 
 CoreInfo (CoreInfoInternal infoInternal, TParent parent)
 Creates new core info object with parent. More...
 
- Properties inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< DocumentContainer >
CoreInfoInternal InfoInternal [get]
 
TParent Parent [get]
 The parent of this core info as typed core object. More...
 
- Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoDeletable
bool Deleted [get]
 Indicated if this core info is deleted. More...
 
- Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoWithGuid
Guid Guid [get]
 The globally unique identifier of an info object. More...
 
- Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfo
ICoreObject Parent [get]
 The parent of this info object. More...
 

Detailed Description

Represents the metadata to a Document

Member Data Documentation

◆ Deleted

bool Ofcas.Lk.Api.Client.Core.DocumentInfo.Deleted => false

Returns if this info is deleted.

◆ FileName

string Ofcas.Lk.Api.Client.Core.DocumentInfo.FileName => TypedInfoInternal.FileName

The filename from the document.

◆ Guid

Guid Ofcas.Lk.Api.Client.Core.DocumentInfo.Guid => TypedInfoInternal.DocumentGuid

Defines the unique identifier for the document. This Guid is valid during the hole lifetime of the document.

◆ Suffix

string Ofcas.Lk.Api.Client.Core.DocumentInfo.Suffix => TypedInfoInternal.Suffix

Returns the complete suffix of the file.

◆ Type

DocumentType Ofcas.Lk.Api.Client.Core.DocumentInfo.Type => TypedInfoInternal.Type

The document type (DocumentType).


The documentation for this class was generated from the following file: