Пример #1
0
 public void AddTabView(TableauView tabView)
 {
     tabView.TableauWorkbookId = Id;
     tabView.WorkbookTableauId = TableauId;
     TabViews.Add(tabView);
 }
Пример #2
0
 public static TableauView CreateModified(TableauView view, string customParentName)
 {
     view.CustomParentName = customParentName;
     return(view);
 }