Ofcas.Lk.Api.V3  3.0.0.98
Ofcas.Lk.Api.Core.DocumentInfo Class Reference

Represents the metadata to a Document More...

Inheritance diagram for Ofcas.Lk.Api.Core.DocumentInfo:
Ofcas.Lk.Api.Core.CoreInfo< DocumentContainer >

Public Member Functions

 DocumentInfo (DocumentInfoInternal infoInternal, DocumentContainer parent)
 

Public Attributes

Guid LkDocumentGuid => TypedInfoInternal.DocumentGuid
 Defines the unique identifier for the document. This Guid is valid during the hole lifetime of the document. More...
 
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.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...
 
- Protected Attributes inherited from Ofcas.Lk.Api.Core.CoreInfo< DocumentContainer >
CoreInfoInternal InfoInternal
 
- Properties inherited from Ofcas.Lk.Api.Core.CoreInfo< DocumentContainer >
TParent 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.Core.DocumentInfo.Deleted => false

Returns if this info is deleted.

◆ FileName

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

The filename from the document.

◆ LkDocumentGuid

Guid Ofcas.Lk.Api.Core.DocumentInfo.LkDocumentGuid => 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.Core.DocumentInfo.Suffix => TypedInfoInternal.Suffix

Returns the complete suffix of the file.

◆ Type

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

The document type (DocumentType).


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