public void SetId <T>(T source, object id) { HopBase.GetIdPropertyService(typeof(T)).SetValue(source, id, null); }
public string GetIdField <T>() { return(HopBase.GetIdPropertyService(typeof(T)).Name); }