Elwig: Add ITime/XTime to entities and allow to export/import CTime/MTime
All checks were successful
Test / Run tests (push) Successful in 2m30s
All checks were successful
Test / Run tests (push) Successful in 2m30s
This commit is contained in:
@ -153,6 +153,17 @@ namespace Elwig.ViewModels {
|
||||
[ObservableProperty]
|
||||
private bool _contactViaEmail;
|
||||
|
||||
[ObservableProperty]
|
||||
private string _createdAt = "-";
|
||||
[ObservableProperty]
|
||||
private string _modifiedAt = "-";
|
||||
[ObservableProperty]
|
||||
private string _modifiedAtShort = "-";
|
||||
[ObservableProperty]
|
||||
private string _exportedAt = "-";
|
||||
[ObservableProperty]
|
||||
private string _importedAt = "-";
|
||||
|
||||
public ObservableCollection<string?> EmailAddresses { get; private set; } = [null, null, null, null, null, null, null, null, null];
|
||||
|
||||
public partial class PhoneNr(int? type = null, string? number = null, string? comment = null) : ObservableObject {
|
||||
|
Reference in New Issue
Block a user