Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I created a new school type interface. Do I need to extend from IUmbracoEntity? Currently, I have:
public class SchoolType : Entity, ISchoolType { //private int _parentId; private int _id; private string _name; .... }
and:
public interface ISchoolType : IUmbracoEntity { }
But the problem I have is that I don't need some of the interfaces from IUmbracoEntity, like Level, Path, etc. Can I use IEntity instead?
Best, -Don
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
IUmbracoEntity Question
Hello,
I created a new school type interface. Do I need to extend from IUmbracoEntity? Currently, I have:
and:
But the problem I have is that I don't need some of the interfaces from IUmbracoEntity, like Level, Path, etc. Can I use IEntity instead?
Best, -Don
is working on a reply...