| Change Set |
Date |
Downloads |
Comment |
21198
by
markjjordan
|
Jul 30 2008 at
1:37 PM
|
276 |
Validation error was getting instantiated for nvarchar(max) property, comparing against -1 for the length of the field. |
21185
by
markjjordan
|
Jul 30 2008 at
12:32 PM
|
2 |
Now handling varbinary(max) correctly when generating T-SQL in entity generated classes. |
20700
by
RossCode
|
Jul 24 2008 at
4:27 AM
|
10 |
Add new templates |
20699
by
RossCode
|
Jul 24 2008 at
4:26 AM
|
0 |
Added IDataHelper and IDataFactory interfaces. Updated SqlHelper class to implement IDataHelper interface. Added ServiceLocator to handle updated factory dependencies. |
20126
by
RossCode
|
Jul 17 2008 at
5:46 PM
|
11 |
Update for naming change to Kinetic Framework. |
17373
by
RossCode
|
Apr 4 2008 at
3:06 AM
|
100 |
Fixed comments for files overwritten and not overwritten. |
17372
by
RossCode
|
Apr 4 2008 at
2:53 AM
|
1 |
Updated version number in header |
17316
by
markjjordan
|
Apr 1 2008 at
1:31 AM
|
5 |
Move onexecuting to below command creation. Change onex* events to protected. Change private stuff of sqlHelper to protected. |
17307
by
rkrause
|
Mar 31 2008 at
9:50 PM
|
3 |
Switch methods with "order by" parameter to protected
Create a public method of each page overload which doesn't require an order by
Change logic in EntityBaseReadOnly to use the DefaultSortOrder if no order by is provided. If there is no DefaultSortOrder, then use the "Order by GetDate()"
|
17279
by
rkrause
|
Mar 30 2008 at
11:23 PM
|
2 |
Change Name of parameter and Add protected method ability |
17276
by
rkrause
|
Mar 30 2008 at
10:23 PM
|
0 |
Paged Queries, and Fix to Default Value |
17069
by
RossCode
|
Mar 24 2008 at
8:13 PM
|
6 |
Update to remove invalid fields and update property names to always use the GetPropertyName() method. |
17044
by
RossCode
|
Mar 24 2008 at
2:16 PM
|
0 |
Added xml comments for constant discovery |
17043
by
RossCode
|
Mar 24 2008 at
1:50 PM
|
1 |
Update validation |
17023
by
RossCode
|
Mar 24 2008 at
4:02 AM
|
0 |
Updated validation |
16814
by
markjjordan
|
Mar 16 2008 at
3:49 AM
|
20 |
changed static persistent methods that have sqlhelper as arg to be internal. |
16813
by
markjjordan
|
Mar 16 2008 at
3:33 AM
|
0 |
Moved sqlHelper logic to sqlHelperBase so that user has the option of overriding methods in the non-generated partial sqlHelper class. |
16797
by
markjjordan
|
Mar 15 2008 at
9:12 PM
|
0 |
SqlHelper class now with generated and non-generated partial classes. |
16679
by
markjjordan
|
Mar 11 2008 at
10:40 AM
|
3 |
Refactored clone() method per msdn article. Fixed validation check when saving so that save is not short circuited if entity is deleted and valiation fails. Now throwing InnerException to consumer when System.Reflection.TargetInvocationException occurs with reflection invocation of Save method on children entities. ValidationError class now serializable. |
15851
by
RossCode
|
Mar 5 2008 at
11:47 PM
|
2 |
Issue #9496 - fix for column names with extended properties. |
15770
by
RossCode
|
Mar 3 2008 at
3:41 AM
|
3 |
Updated entity to have a subclass of all of the property names so you can use those to validate properties |
15769
by
RossCode
|
Mar 3 2008 at
3:17 AM
|
0 |
Added validation groups to validation. |
15768
by
RossCode
|
Mar 3 2008 at
1:26 AM
|
0 |
Updated Validation to have Validating and Validated events. |
15661
by
markjjordan
|
Feb 26 2008 at
3:53 PM
|
7 |
Added validation check to empty string. |
15654
by
markjjordan
|
Feb 26 2008 at
12:40 PM
|
0 |
Correction to sqlHelper as arguments to static action methods. |