C# 클래스 Dev2.Studio.Core.DataListSingleton

Acts as a backing store for the current datalist Object stores the active data list and can be queried by any view/viewmodel for the current datalist
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
SetDataList ( IDataListViewModel activeDataList ) : void

메소드 상세

SetDataList() 공개 정적인 메소드

public static SetDataList ( IDataListViewModel activeDataList ) : void
activeDataList IDataListViewModel
리턴 void