摘要: 各个的作用 1: 2: 3: [ReadOnly(true), Editable(false)] 4: //[ScaffoldColumn(false)] 5: 6: 7: [HiddenInput(DisplayValue = false)] 8: [EditorBrowsable(EditorBrowsableState.Advanced)] 9: public override int Id 10: { 11: get {... 阅读全文
posted @ 2012-05-25 16:38 LuckJason 阅读(278) 评论(0) 推荐(0)