コード例 #1
0
 public void AddTabView(TableauView tabView)
 {
     tabView.TableauWorkbookId = Id;
     tabView.WorkbookTableauId = TableauId;
     TabViews.Add(tabView);
 }
コード例 #2
0
ファイル: TableauView.cs プロジェクト: gmwasi/DWHPortal
 public static TableauView CreateModified(TableauView view, string customParentName)
 {
     view.CustomParentName = customParentName;
     return(view);
 }