Table of Contents

Class ats_dd_result

Namespace
H.Controls.Diagram.Extension
Assembly
H.Controls.Diagram.Extension.dll
public class ats_dd_result : DbModelBase, IEntityBase<string>, INotifyPropertyChanged, IDataErrorInfo
Inheritance
ats_dd_result
Implements
Inherited Members
Extension Methods

Properties

BatchCode

[Display(Name = "批次号")]
public string BatchCode { get; set; }

Property Value

string

Description

[Display(Name = "不良描述")]
public string Description { get; set; }

Property Value

string

Diagram

[Browsable(false)]
[Display(Name = "详情数据")]
public string Diagram { get; set; }

Property Value

string

Image

[Browsable(false)]
[Display(Name = "预览图")]
public string Image { get; set; }

Property Value

string

Mark

[Display(Name = "备注")]
public string Mark { get; set; }

Property Value

string

Result

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

Property Value

string

Time

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

Property Value

DateTime

User

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

Property Value

string