C# 클래스 JustAProgrammer.TeamPilgrim.VisualStudio.Model.VersionControl.WorkspaceServiceModel

상속: BaseServiceModel
파일 보기 프로젝트 열기: StanleyGoldman/TeamPilgrim 1 사용 예제들

공개 메소드들

메소드 설명
RestoreCheckinNoteFieldValue ( CheckinNoteFieldValue checkinNoteFieldValue ) : void
SelectWorkItemById ( int workItemId ) : void
WorkspaceServiceModel ( ITeamPilgrimServiceModelProvider teamPilgrimServiceModelProvider, ITeamPilgrimVsService teamPilgrimVsService, ProjectCollectionServiceModel projectCollectionServiceModel, Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : System

보호된 메소드들

메소드 설명
OnShowPendingChangesItem ( ShowPendingChangesTabItemEnum showpendingchangestabitemenum ) : void
OnShowShelveDialog ( ShelveServiceModel shelveServiceModel ) : void
OnShowUnshelveDialog ( UnshelveServiceModel unshelveServiceModel ) : void

비공개 메소드들

메소드 설명
CanCheckIn ( ) : bool
CanCompareWithLatest ( ObservableCollection collection ) : bool
CanCompareWithWorkspace ( ObservableCollection collection ) : bool
CanEvaluateCheckIn ( ) : bool
CanPendingChangeProperties ( ObservableCollection collection ) : bool
CanRefreshPendingChanges ( ) : bool
CanRefreshSelectedDefinitionWorkItems ( ) : bool
CanSelectPendingChanges ( SelectPendingChangesCommandArgument commandArgument ) : bool
CanSelectWorkItems ( SelectWorkItemsCommandArgument commandArgument ) : bool
CanShelve ( ) : bool
CanShowSelectWorkItemQuery ( ) : bool
CanUndoPendingChange ( ObservableCollection collection ) : bool
CanUnshelve ( ) : bool
CanViewPendingChange ( ObservableCollection collection ) : bool
CanViewWorkItem ( ObservableCollection collection ) : bool
CheckIn ( ) : void
CompareWithLatest ( ObservableCollection collection ) : void
CompareWithWorkspace ( ObservableCollection collection ) : void
EvaluateCheckIn ( ) : void
PendingChangeProperties ( ObservableCollection collection ) : void
PendingChangesOnCollectionChanged ( ) : void
PendingChangesOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void
PopulatePendingChangedBackgroundWorkerOnDoWork ( object sender, DoWorkEventArgs doWorkEventArgs ) : void
PopulatePreviouslySelectedWorkItemQueryModels ( ) : void
PopulateSelectedPendingChangesSummary ( ) : void
RefreshPendingChanges ( ) : void
RefreshSelectedDefinitionWorkItems ( ) : void
SelectPendingChanges ( SelectPendingChangesCommandArgument selectPendingChangesCommandArgument ) : void
SelectWorkItems ( SelectWorkItemsCommandArgument selectWorkItemsCommandArgument ) : void
Shelve ( ) : void
ShowSelectWorkItemQuery ( ) : void
UndoPendingChange ( ObservableCollection collection ) : void
Unshelve ( ) : void
VersionControlServerOnPendingChangesChanged ( object sender, WorkspaceEventArgs workspaceEventArgs ) : void
ViewPendingChange ( ObservableCollection collection ) : void
ViewWorkItem ( ObservableCollection collection ) : void
WorkItemsOnCollectionChanged ( ) : void
WorkItemsOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

메소드 상세

OnShowPendingChangesItem() 보호된 메소드

protected OnShowPendingChangesItem ( ShowPendingChangesTabItemEnum showpendingchangestabitemenum ) : void
showpendingchangestabitemenum ShowPendingChangesTabItemEnum
리턴 void

OnShowShelveDialog() 보호된 메소드

protected OnShowShelveDialog ( ShelveServiceModel shelveServiceModel ) : void
shelveServiceModel ShelveServiceModel
리턴 void

OnShowUnshelveDialog() 보호된 메소드

protected OnShowUnshelveDialog ( UnshelveServiceModel unshelveServiceModel ) : void
unshelveServiceModel UnshelveServiceModel
리턴 void

RestoreCheckinNoteFieldValue() 공개 메소드

public RestoreCheckinNoteFieldValue ( CheckinNoteFieldValue checkinNoteFieldValue ) : void
checkinNoteFieldValue Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldValue
리턴 void

SelectWorkItemById() 공개 메소드

public SelectWorkItemById ( int workItemId ) : void
workItemId int
리턴 void

WorkspaceServiceModel() 공개 메소드

public WorkspaceServiceModel ( ITeamPilgrimServiceModelProvider teamPilgrimServiceModelProvider, ITeamPilgrimVsService teamPilgrimVsService, ProjectCollectionServiceModel projectCollectionServiceModel, Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : System
teamPilgrimServiceModelProvider ITeamPilgrimServiceModelProvider
teamPilgrimVsService ITeamPilgrimVsService
projectCollectionServiceModel JustAProgrammer.TeamPilgrim.VisualStudio.Model.Core.ProjectCollectionServiceModel
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
리턴 System