紀錄一下工作上遇到的小問題 可能會有忍不住的碎碎念
IList properties = typeof(ProductSize).GetProperties().ToList(); foreach (var p in properties) { if (p.GetValue(create) == null && p.PropertyType == typeof(string)) { p.SetValue(create, ""); } }
沒有留言:
張貼留言