|
New Post: Missing static Reflection class, installed by nuget : Install-Package CraigsUtilityLibrary
Posted
almost 12 years
ago
by
JaCraig
A while ago the reflection based extension methods were moved into the DataTypes namespace and made into extension methods. So now you would do:
Expression> Result=PropertyInfoObject.PropertyGetter();
It should be in the
|
|
New Post: Missing static Reflection class, installed by nuget : Install-Package CraigsUtilityLibrary
Posted
almost 12 years
ago
by
JaCraig
A while ago the reflection based extension methods were moved into the DataTypes namespace and made into extension methods. So now you would do:
Expression<Func<MyClass,int>> Result=PropertyInfoObject.PropertyGetter();
It should be in
|
|
New Post: Missing static Reflection class, installed by nuget : Install-Package CraigsUtilityLibrary
Posted
almost 12 years
ago
by
wushuai1346
Hello,
I couldn't find the static class : Reflection, it only have AOP and Emit namespace there. e.g. :
I can not use the method:
public static Expression> GetPropertyGetter(PropertyInfo Property);
Am I missed something? Or this is a BUG?
|
|
New Post: Missing static Reflection class, installed by nuget : Install-Package CraigsUtilityLibrary
Posted
almost 12 years
ago
by
wushuai1346
Hello,
I couldn't find the static class : Reflection, it only have AOP and Emit namespace there. e.g. :
I can not use the method:
public static Expression<Func<ClassType, DataType>> GetPropertyGetter<ClassType, DataType>(PropertyInfo Property);
Am I missed something? Or this is a BUG?
|
|
Posted
almost 12 years
ago
by
James Craig
Went back to old ORM aspect while I try to fix it going forward.
|
|
Posted
almost 12 years
ago
by
James Craig
Forgot to merge.
|
|
Posted
almost 12 years
ago
by
James Craig
Merge
|
|
Posted
almost 12 years
ago
by
James Craig
Fixed issue with clearing many to many lists in ORM.
|
|
Posted
almost 12 years
ago
by
James Craig
Added various namespace DLLs.
|
|
Posted
almost 12 years
ago
by
James Craig
Lots of work on ORM code.
|