C# Class SchedulerDragDropExample.Doctor

显示文件 Open project: DevExpress-Examples/how-to-hide-non-working-days-in-the-day-view-using-custom-commands-and-key-handlers-t608137

Public Methods

Method Description
Create ( ) : Doctor
Create ( int id, string name ) : Doctor

Protected Methods

Method Description
Doctor ( ) : DevExpress.Mvvm.POCO

Method Details

Create() public static method

public static Create ( ) : Doctor
return Doctor

Create() public static method

public static Create ( int id, string name ) : Doctor
id int
name string
return Doctor

Doctor() protected method

protected Doctor ( ) : DevExpress.Mvvm.POCO
return DevExpress.Mvvm.POCO