MonoSoftware.MonoX.DAL.EntityClasses.SnDiscussionMessageEntity.CreateEntityFactory C# (CSharp) Method

CreateEntityFactory() protected method

Creates a new instance of the factory related to this entity
protected CreateEntityFactory ( ) : IEntityFactory2
return IEntityFactory2
        protected override IEntityFactory2 CreateEntityFactory()
        {
            return EntityFactoryCache2.GetEntityFactory(typeof(SnDiscussionMessageEntityFactory));
        }