C# 클래스 BasicRdl.ViewModels.ReferenceSourceRowViewModel

A row view model that represents a ReferenceSource
상속: CDP4CommonView.ReferenceSourceRowViewModel, IDropTarget
파일 보기 프로젝트 열기: RHEAGROUP/COMET-IME-Community-Edition 1 사용 예제들

공개 메소드들

메소드 설명
ReferenceSourceRowViewModel ( ReferenceSource filetype, ISession session, IViewModelBase containerViewModel ) : System.Threading.Tasks

Initializes a new instance of the ReferenceSourceRowViewModel class.

메소드 상세

ReferenceSourceRowViewModel() 공개 메소드

Initializes a new instance of the ReferenceSourceRowViewModel class.
public ReferenceSourceRowViewModel ( ReferenceSource filetype, ISession session, IViewModelBase containerViewModel ) : System.Threading.Tasks
filetype ReferenceSource The that is represented by the current view-model
session ISession The session.
containerViewModel IViewModelBase The container
리턴 System.Threading.Tasks