Simon G
|
7e929919ac
|
- update xml
|
5 years ago |
Simon G
|
6233491abd
|
- reset stream to position 0 before loading
|
5 years ago |
Simon G
|
11885d6345
|
- fix comment
|
5 years ago |
Simon G
|
7d2b91701b
|
- adapt to init and remove todo
|
5 years ago |
Simon G
|
52aedb99a9
|
- remove todos
|
5 years ago |
Simon G
|
a29700e38b
|
- remove bool return value and todo
|
5 years ago |
Simon G
|
6b34b5ec06
|
- remove bool return value and todo
|
5 years ago |
Simon G
|
9c160ef871
|
- remove todo and line that doesn't work
|
5 years ago |
Simon G
|
6040e31891
|
- check if type inherits from IGBaseObject
|
5 years ago |
Simon G
|
71b8840df6
|
- remove wrong comments about INotifyGBaseEntryChanged
|
5 years ago |
Simon G
|
848733ce5b
|
- remove todo and unused using
|
5 years ago |
Simon G
|
39974b97ba
|
- update resharper files
|
5 years ago |
Simon G
|
9a495d0af3
|
- update xmls
|
5 years ago |
Simon G
|
fb3a515ba0
|
- fix factory call
|
5 years ago |
Simon G
|
81309b9839
|
- adapt to changed IGBaseObject
|
5 years ago |
Simon G
|
5929e13dca
|
- handle Keys
|
5 years ago |
Simon G
|
f3be965879
|
- add Key
- move IGBaseObject to main lib
- mark InitializeFromString() obsolete
|
5 years ago |
Simon G
|
e29b7cbafd
|
- add GBaseKey class that is only settable once
|
5 years ago |
Simon G
|
168823cfde
|
- add isKey Property
|
5 years ago |
Simon G
|
f1c89018ed
|
- add invalid and missing key exception
|
5 years ago |
Simon G
|
69c4b573a5
|
- add isKey property
|
5 years ago |
Simon G
|
4b44358af6
|
- add method to get inherited attributes for properties
|
5 years ago |
Simon G
|
af2a5768e7
|
- introduce FileName property to IGBaseObject that returns the file name of an entry
|
5 years ago |
Simon G
|
1b0610c514
|
- requestDataHandler now returns IPoolItem<IDataHandler> so that InUse can be set to false again
|
5 years ago |
Simon G
|
1ea6d259bc
|
- make IPoolItem disposable and add use method, can be used with using now
|
5 years ago |
Simon G
|
7aa637deb3
|
- install IPoolRequest
|
5 years ago |
Simon G
|
af42ee3297
|
Merge pull request #29 from SimonG96/ImproveDataHandling_#25
Improve data handling #25
|
5 years ago |
Simon G
|
eb9d714a12
|
Merge remote-tracking branch 'origin/ImproveDataHandling_#25' into ImproveDataHandling_#25
|
5 years ago |
Simon G
|
e7bd2206b4
|
- adapt test classes
|
5 years ago |
Simon G
|
6b9c827717
|
- update xml
|
5 years ago |
Simon G
|
be4ccf97e5
|
- initialize entries from existing files
- T has to be creatable
- T has to be of type IGBaseObject
|
5 years ago |
Simon G
|
d4ab37de84
|
- initialize existing files
|
5 years ago |
Simon G
|
a949f786f8
|
- add initialize() method to IGBaseObject
|
5 years ago |
Simon G
|
f52ab833c1
|
- add setter of entry to interface
|
5 years ago |
Simon G
|
fababa96d7
|
- add type to interface as well
|
5 years ago |
Simon G
|
baa8acae60
|
- add type to factory as well
|
5 years ago |
Simon G
|
8ac13bf6ec
|
- add microsoft.csharp package
|
5 years ago |
Simon G
|
b693b100e8
|
- add type of property
|
5 years ago |
Simon G
|
4ce5e0914e
|
- add setter for entry
|
5 years ago |
Simon G
|
614ad24b5c
|
- add GenericMethodCaller and matching exception
|
5 years ago |
Simon G
|
01132a3784
|
Merge pull request #28 from SimonG96/ImproveDataHandling_#25
- update xml file structure
|
5 years ago |
Simon G
|
9cdbc9d46b
|
- update xml file structure
|
5 years ago |
Simon G
|
23317c098e
|
Merge pull request #27 from SimonG96/ImproveDataHandling_#25
Improve data handling #25, still work in progress
|
5 years ago |
Simon G
|
2897acbea0
|
#25: update xml
|
5 years ago |
Simon G
|
90242543c7
|
#25: adapt integration test
|
5 years ago |
Simon G
|
225f10d1a0
|
#25: return true if file isn't empty, think if bool return value makes sense here
|
5 years ago |
Simon G
|
1df5d49287
|
#25: throw missingTableException when getTable() doesn't find a matching table
|
5 years ago |
Simon G
|
b671d30d1d
|
#25: add TODO: need to init existing files
|
5 years ago |
Simon G
|
c4ed254aac
|
#25: add dataHandlerPool to factory
|
5 years ago |
Simon G
|
62f18c0038
|
#25: remove need to inherit INotifyGBaseEntryChanged
|
5 years ago |