C# 클래스 OpenSpacePlanner.SessionSlotControl

Interaction logic for SessionSlotControl.xaml
상속: System.Windows.Controls.UserControl, INotifyPropertyChanged, IDragContainer
파일 보기 프로젝트 열기: AlexZeitler/OpenSpacePlanner

공개 메소드들

메소드 설명
BeginDrag ( Session session ) : void
CanDropHere ( Session session ) : bool
DropHere ( Session session ) : void
EndDrag ( Session session ) : void
SessionSlotControl ( ) : System.ComponentModel

비공개 메소드들

메소드 설명
ControlDragOver ( object sender, System.Windows.DragEventArgs e ) : void
ControlDrop ( object sender, System.Windows.DragEventArgs e ) : void
CurrentSessionPlanned ( Session session, string plannedTo ) : void
GridPreviewMouseDown ( object sender, System e ) : void
NotifySessionChanged ( ) : void

메소드 상세

BeginDrag() 공개 메소드

public BeginDrag ( Session session ) : void
session OpenSpacePlanner.Model.Session
리턴 void

CanDropHere() 공개 메소드

public CanDropHere ( Session session ) : bool
session OpenSpacePlanner.Model.Session
리턴 bool

DropHere() 공개 메소드

public DropHere ( Session session ) : void
session OpenSpacePlanner.Model.Session
리턴 void

EndDrag() 공개 메소드

public EndDrag ( Session session ) : void
session OpenSpacePlanner.Model.Session
리턴 void

SessionSlotControl() 공개 메소드

public SessionSlotControl ( ) : System.ComponentModel
리턴 System.ComponentModel