Inheritance: IPageContentCollectionFactory
コード例 #1
0
ファイル: PageManager.cs プロジェクト: bostich83/axiom
 protected void CreateStandardContentFactories()
 {
     // collection
     this.mSimpleCollectionFactory = new SimplePageContentCollectionFactory();
     AddContentCollectionFactory(this.mSimpleCollectionFactory);
 }
コード例 #2
0
		public SimplePageContentCollection( SimplePageContentCollectionFactory creator )
			: base( creator )
		{
		}
コード例 #3
0
 public SimplePageContentCollection(SimplePageContentCollectionFactory creator)
     : base(creator)
 {
 }
コード例 #4
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="factory"></param>
 public SimplePageContentCollection(SimplePageContentCollectionFactory factory)
     :base(factory){ }
コード例 #5
0
ファイル: PageManager.cs プロジェクト: ryan-bunker/axiom3d
		protected void CreateStandardContentFactories()
		{
			// collection
			this.mSimpleCollectionFactory = new SimplePageContentCollectionFactory();
			AddContentCollectionFactory( this.mSimpleCollectionFactory );
		}