Ejemplo n.º 1
0
 public static void CreateDynamicPropertyForType <TEnity, TType>(string entityType, string name)
 {
     RuleAwareEntityPropertyInfo.CreateDynamicProperty <TEnity, TType>(entityType, name);
 }
Ejemplo n.º 2
0
 public static void CreateDynamicPropertyForType <TEnity>(string entityType, string name, Type type, object defaultValue)
 {
     RuleAwareEntityPropertyInfo.CreateDynamicProperty <TEnity>(entityType, name, type, defaultValue);
 }