예제 #1
0
 public virtual Dynamic.Component BuildComponent(TCM.Component tcmComponent, int linkLevels, bool resolveWidthAndHeight)
 {
     return(ComponentBuilder.BuildComponent(tcmComponent, linkLevels, resolveWidthAndHeight, this));
 }
예제 #2
0
 public virtual Dynamic.Component BuildComponent(TCM.Component tcmComponent)
 {
     return(ComponentBuilder.BuildComponent(tcmComponent, this));
 }