C# 클래스 ARUP.IssueTracker.Navisworks.AddIssueNavis

Interaction logic for AddIssueNavis.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: ArupAus/issue-tracker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedComponents List

공개 메소드들

메소드 설명
AddIssueNavis ( List _savedViewpoints, ObservableCollection _typesCollection, List _assignees, ObservableCollection _compCollection, ObservableCollection _PrioritiesCollection, bool comp, bool prior, bool assign ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Button_Cancel ( object sender, RoutedEventArgs e ) : void
Button_OK ( object sender, RoutedEventArgs e ) : void
ChangeAssign_OnClick ( object sender, RoutedEventArgs e ) : void
ChangeComponents_OnClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

AddIssueNavis() 공개 메소드

public AddIssueNavis ( List _savedViewpoints, ObservableCollection _typesCollection, List _assignees, ObservableCollection _compCollection, ObservableCollection _PrioritiesCollection, bool comp, bool prior, bool assign ) : System.Collections.Generic
_savedViewpoints List
_typesCollection ObservableCollection
_assignees List
_compCollection ObservableCollection
_PrioritiesCollection ObservableCollection
comp bool
prior bool
assign bool
리턴 System.Collections.Generic

프로퍼티 상세

SelectedComponents 공개적으로 프로퍼티

public List SelectedComponents
리턴 List