Ejemplo n.º 1
0
        public IContent GetContent(IMetadataProvider parent)
        {
            Content       content = new Content(parent);
            ListBehaviour lb      = content.AddBehaviour <ListBehaviour>();

            lb.Separator   = this._separator;
            lb.ContentList = this._listables;

            return(content);
        }
 public void Visit(ListBehaviour behaviour)
 {
     this.Manager.Convert(behaviour);
 }
 public void Convert(ListBehaviour behaviour)
 {
 }