Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
Vereinsmeisterschaften.Models.DocumentCreationStatus Class Reference

Class combining informations used while document creation. More...

Inheritance diagram for Vereinsmeisterschaften.Models.DocumentCreationStatus:

Private Attributes

bool _isDocumentCreationRunning = false
 State of whether a document creation process is currently running.
 
bool _isDocumentCreationSuccessful = false
 State of whether a document creation process was successful.
 
bool _isDocumentDataAvailable = false
 State of whether data is available for document creation.
 
bool _isDocumentTemplateAvailable = false
 State of whether the template file is available for document creation.
 
string _lastDocumentFilePath = string.Empty
 File path of the last created document.
 

Detailed Description

Class combining informations used while document creation.

Definition at line 8 of file DocumentCreationStatus.cs.

Member Data Documentation

◆ _isDocumentCreationRunning

bool Vereinsmeisterschaften.Models.DocumentCreationStatus._isDocumentCreationRunning = false
private

State of whether a document creation process is currently running.

Definition at line 14 of file DocumentCreationStatus.cs.

◆ _isDocumentCreationSuccessful

bool Vereinsmeisterschaften.Models.DocumentCreationStatus._isDocumentCreationSuccessful = false
private

State of whether a document creation process was successful.

Definition at line 20 of file DocumentCreationStatus.cs.

◆ _isDocumentDataAvailable

bool Vereinsmeisterschaften.Models.DocumentCreationStatus._isDocumentDataAvailable = false
private

State of whether data is available for document creation.

Definition at line 26 of file DocumentCreationStatus.cs.

◆ _isDocumentTemplateAvailable

bool Vereinsmeisterschaften.Models.DocumentCreationStatus._isDocumentTemplateAvailable = false
private

State of whether the template file is available for document creation.

Definition at line 32 of file DocumentCreationStatus.cs.

◆ _lastDocumentFilePath

string Vereinsmeisterschaften.Models.DocumentCreationStatus._lastDocumentFilePath = string.Empty
private

File path of the last created document.

Definition at line 38 of file DocumentCreationStatus.cs.


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