You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Dave Greasley edited this page Jul 12, 2015
·
1 revision
Models generated for Content Types will all inherit from a partial class called UmbracoContent. This will be generated along with Model classes and allows you to add properties / functionality to all Content Type model classes in one place.
Models generated for Media Types will all inherit from a partial class called UmbracoMedia. Again, this will be generated along with Model classes.
Both of these classes inherit the IConcreteModel interface. This is an interface specified in the Concrete core that provides basic properties and methods available to all Concrete models.