Class hi_dd_operation
public class hi_dd_operation : mbc_db_modelbase, IEntityBase<string>, INotifyPropertyChanged, IDataErrorInfo
- Inheritance
-
hi_dd_operation
- Implements
- Inherited Members
- Extension Methods
Properties
Message
[Display(Name = "详情")]
public string Message { get; set; }
Property Value
OperationType
[Browsable(false)]
[Display(Name = "操作类型")]
public OperationType OperationType { get; set; }
Property Value
Result
[Display(Name = "结果")]
public bool Result { get; set; }
Property Value
Time
[Display(Name = "操作日期")]
public DateTime Time { get; set; }
Property Value
Title
[Display(Name = "信息")]
public string Title { get; set; }
Property Value
Type
[Display(Name = "操作")]
public string Type { get; set; }
Property Value
UserID
[Browsable(false)]
public string UserID { get; set; }
Property Value
UserName
[Display(Name = "操作账号")]
public string UserName { get; set; }