moved reflection methods to static class,
added interface for reflection methods, tested timings for reflection methods, refactoring
Showing
- .gitignore 1 addition, 2 deletions.gitignore
- src/ControlComponents.Core/ControlComponent.cs 34 additions, 60 deletionssrc/ControlComponents.Core/ControlComponent.cs
- src/ControlComponents.Core/ControlComponentReflection.cs 78 additions, 0 deletionssrc/ControlComponents.Core/ControlComponentReflection.cs
- src/ControlComponents.Core/FrameControlComponent.cs 35 additions, 3 deletionssrc/ControlComponents.Core/FrameControlComponent.cs
- src/ControlComponents.Core/IControlComponentExtensions.cs 13 additions, 2 deletionssrc/ControlComponents.Core/IControlComponentExtensions.cs
- src/ControlComponents.Core/IControlComponentReflection.cs 8 additions, 0 deletionssrc/ControlComponents.Core/IControlComponentReflection.cs
- src/ControlComponents.Core/PropertyCache.cs 0 additions, 38 deletionssrc/ControlComponents.Core/PropertyCache.cs
- tests/ControlComponents.Core.Tests/ControlComponentServiceInterfaceTests.cs 27 additions, 45 deletions...nents.Core.Tests/ControlComponentServiceInterfaceTests.cs
- tests/ControlComponents.Core.Tests/FrameControlComponentTests.cs 54 additions, 5 deletions...ontrolComponents.Core.Tests/FrameControlComponentTests.cs
- tests/ControlComponents.Core.Tests/PropertyCacheTests.cs 6 additions, 7 deletionstests/ControlComponents.Core.Tests/PropertyCacheTests.cs
- tests/ControlComponents.ML.Tests/ControlComponents.ML.Tests.csproj 4 additions, 0 deletions...trolComponents.ML.Tests/ControlComponents.ML.Tests.csproj
Loading
Please register or sign in to comment