C# Class SchedulerDragDropExample.Doctor

Afficher le fichier Open project: DevExpress-Examples/how-to-hide-non-working-days-in-the-day-view-using-custom-commands-and-key-handlers-t608137

Méthodes publiques

Méthode Description
Create ( ) : Doctor
Create ( int id, string name ) : Doctor

Méthodes protégées

Méthode Description
Doctor ( ) : DevExpress.Mvvm.POCO

Method Details

Create() public static méthode

public static Create ( ) : Doctor
Résultat Doctor

Create() public static méthode

public static Create ( int id, string name ) : Doctor
id int
name string
Résultat Doctor

Doctor() protected méthode

protected Doctor ( ) : DevExpress.Mvvm.POCO
Résultat DevExpress.Mvvm.POCO