MonoSoftware.MonoX.DAL.EntityClasses.SnNoteEntity.CreateEntityFactory C# (CSharp) 메소드

CreateEntityFactory() 보호된 메소드

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