|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
Class combining informations used while document creation. More...
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. | |
Class combining informations used while document creation.
Definition at line 8 of file DocumentCreationStatus.cs.
|
private |
State of whether a document creation process is currently running.
Definition at line 14 of file DocumentCreationStatus.cs.
|
private |
State of whether a document creation process was successful.
Definition at line 20 of file DocumentCreationStatus.cs.
|
private |
State of whether data is available for document creation.
Definition at line 26 of file DocumentCreationStatus.cs.
|
private |
State of whether the template file is available for document creation.
Definition at line 32 of file DocumentCreationStatus.cs.
|
private |
File path of the last created document.
Definition at line 38 of file DocumentCreationStatus.cs.