示例#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));
 }