Ejemplo n.º 1
0
 public void AddTabView(TableauView tabView)
 {
     tabView.TableauWorkbookId = Id;
     tabView.WorkbookTableauId = TableauId;
     TabViews.Add(tabView);
 }
Ejemplo n.º 2
0
 public static TableauView CreateModified(TableauView view, string customParentName)
 {
     view.CustomParentName = customParentName;
     return(view);
 }