public PublishObjectsTypePublishObject()
 {
     _location = new PublishObjectsTypePublishObjectLocation();
     _htmlType = PublishObjectsTypePublishObjectHtmlType.StaticHTML;
 }
Ejemplo n.º 2
0
 public PublishObjectsTypePublishObject()
 {
     this.htmlTypeField = PublishObjectsTypePublishObjectHtmlType.StaticHTML;
 }