Inheritance: IPageContentCollectionFactory
Esempio n. 1
0
 protected void CreateStandardContentFactories()
 {
     // collection
     this.mSimpleCollectionFactory = new SimplePageContentCollectionFactory();
     AddContentCollectionFactory(this.mSimpleCollectionFactory);
 }
		public SimplePageContentCollection( SimplePageContentCollectionFactory creator )
			: base( creator )
		{
		}
 public SimplePageContentCollection(SimplePageContentCollectionFactory creator)
     : base(creator)
 {
 }
 /// <summary>
 /// 
 /// </summary>
 /// <param name="factory"></param>
 public SimplePageContentCollection(SimplePageContentCollectionFactory factory)
     :base(factory){ }
Esempio n. 5
0
		protected void CreateStandardContentFactories()
		{
			// collection
			this.mSimpleCollectionFactory = new SimplePageContentCollectionFactory();
			AddContentCollectionFactory( this.mSimpleCollectionFactory );
		}