Table Annotation
Default field
[XafDisplayName("备注")]
[MaxLength(255)]
public string Remark { get; set; }
[XafDisplayName("创立日期")]
public DateTime? CreatedOn { get; set; }
[XafDisplayName("创立人")]
public PermissionPolicyUser CreatedBy { get; set; }
[XafDisplayName("更新日期")]
public DateTime? UpdatedOn { get; set; }
[XafDisplayName("更新人")]
public PermissionPolicyUser UpdatedBy { get; set; }
Master-Detail (One to many)
Master
public IM_Request(){
IM_RequestFiles = new List
}
[DevExpress.ExpressApp.DC.Aggregated]
public virtual IList
Detail
public virtual IM_Request IM_Request { get; set; }
No comments:
Post a Comment