Table of Contents

Class hi_dd_operation

Namespace
HeBianGu.Systems.Operation
Assembly
HeBianGu.Systems.Operation.dll
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

string

OperationType

[Browsable(false)]
[Display(Name = "操作类型")]
public OperationType OperationType { get; set; }

Property Value

OperationType

Result

[Display(Name = "结果")]
public bool Result { get; set; }

Property Value

bool

Time

[Display(Name = "操作日期")]
public DateTime Time { get; set; }

Property Value

DateTime

Title

[Display(Name = "信息")]
public string Title { get; set; }

Property Value

string

Type

[Display(Name = "操作")]
public string Type { get; set; }

Property Value

string

UserID

[Browsable(false)]
public string UserID { get; set; }

Property Value

string

UserName

[Display(Name = "操作账号")]
public string UserName { get; set; }

Property Value

string