Table of Contents

Class TablePrintPagePresenter

Namespace
HeBianGu.Systems.Print
Assembly
HeBianGu.Systems.Print.dll
public class TablePrintPagePresenter : PrintDataGridPresenter, INotifyPropertyChanged, IDisplayer, ICloneable, IPrintPagePresenter
Inheritance
TablePrintPagePresenter
Implements
Inherited Members
Extension Methods

Properties

Date

[Display(Name = "日期", GroupName = "常用,数据")]
public DateTime Date { get; set; }

Property Value

DateTime

DeleteCommand

public RelayCommand DeleteCommand { get; }

Property Value

RelayCommand

Title

[Display(Name = "标题", GroupName = "常用,数据")]
public string Title { get; set; }

Property Value

string

Total

[Browsable(false)]
public int Total { get; set; }

Property Value

int

User

[Display(Name = "用户", GroupName = "常用,数据")]
public string User { get; set; }

Property Value

string