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