PropertySpecDescriptor.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Created Core.Gui. WTI-2239

  1. … 314 more files in changeset.
Adapted copyright year. WTI-2195

  1. … 431 more files in changeset.
Updated license headers in source files of src\Core.Common. WTI-1931

  1. … 225 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6095 more files in changeset.
Ran Deltares Cleanup:

- Performed for Core.Common, except TestUtil

WTI-1767

  1. … 70 more files in changeset.
Updated license headers in core. Related to Issue [WTI-1242]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9490 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e7f214adee97782d28ee82f096d8cc27547439e6

Former-commit-id: b339ec31825c8ea8fed91e675069b65afba8433b

  1. … 817 more files in changeset.
Core code-cleanup. Searched for superfluous this. for property assignments as well.

Related to Issue [WTI-1242]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9369 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ecb498b6096a9d8b0a66e69428411d5ae18ec80a

Former-commit-id: 9cc4bad09e38263256924549eaa807b887009030

  1. … 290 more files in changeset.
use nameof in Argument*Exceptions Reviewed by: tangerma

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7760 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

  1. … 284 more files in changeset.
fixed some of the issues found by visual studio code analysis. Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7240 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fef2b3d374da75bd0bf1cb0a7e0052ed2ed1b76a

Former-commit-id: 78097e95edb99bbc2b4ba6a5e9ce21be8d5f5d39

  1. … 16 more files in changeset.
* parameter null validation added. * renamed 'object' to 'value'. Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6496 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dabe727b5cf43fa26a054b71b83f3dbabfae4224

Former-commit-id: e3290a26dfa352699943ea96e1275e3fb375403b

  1. … 36 more files in changeset.
Removed redundant white spaces from source header file

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2000 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 376 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1889 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 357 more files in changeset.
- Cleanup of unused code, defined by *Code cleanup* of ReSharper

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1886 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 01da449fecf9017a463c18e9a6f5657c10f7e4a3

  1. … 43 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1882 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 406 more files in changeset.
* Implemented review suggestions of WTI-Review-268: ** Xml docs cleanup/improvements. ** Refactoring of Url to WebLink. ** Some code cleanup. ** Refactored usages of SettingsHelper and moved that class to Core.Common.Gui. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1798 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 053b0bfb6f8e4d1b38997d57e311d629f828bd3b

  1. … 41 more files in changeset.
* Simplified dependencies between DynamicPropertyBag and PropertySpecDescriptor. ** Pushed down some logic from DynamicPropertyBag to either PropertySpec or PropertySpecDescriptor. *** No longer are DynamicReadOnlyAttribute and DynamicVisibleAttribute triggers to dynamically add/remove ReadOnlyAttribute/BrowsableAttribute from PropertySpec.Attributes. * Fully covered PropertySpec and PropertySpecDescriptor. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1585 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b0122ba91cf0d9b2aac85f8c6da0031a9c00497a

  1. … 4 more files in changeset.
* Refactored away dependency of PropertySpecDescriptor on parent DynamicPropertyBag instance. ** PropertySpecDescriptor now has responsibility to deal with Dynamic***Attribute. ** PropertySpecDescriptor now has responsibility to deal with properties decorated with ExpandableObjectConverter. * Reformed some tests in DynamicPropertyBagTest Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1576 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1c867dbb2406d3c99e144c549b1a76cc13bda6b7

  1. … 4 more files in changeset.
* Some cleanup & documentation on DynamicPropertyBag. ** Moved OnSetValue from DynamicPropertyBag to PropertySpec.SetValue. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1563 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9dbbe9e962bbf44082ff3a8e99580b213881001b

  1. … 5 more files in changeset.
* Moved Core.Common.Utils.PropertyBag to Core.Common.Gui.PropertyBag * Moved PropertyOrderAttribute from Utils to Gui ** ? Other attributes might follow that are strongly related to DynamicPropertyBag ? Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1555 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: da2b5d7e958a1b1332c01ff98d2f2ea203319f7d

    • -0
    • +91
    ./PropertySpecDescriptor.cs
  1. … 44 more files in changeset.