Ejemplo n.º 1
0
        public void Setup(DesignDoc dd, string element_name)
        {
            this.Name = element_name;
            this.dd   = dd;

            this.viewUrl = this.dd.viewUrl.Add("_view", this.Name);
        }
Ejemplo n.º 2
0
 internal void Setup(DesignDoc designDoc)
 {
     this.in_design.Setup(designDoc, this.ba.Name ?? this.prop.Name);
 }