Felinesoft.UmbracoCodeFirst.Core.ClassFileGeneration.ContentTypeDescription.ContentTypeDescription C# (CSharp) Метод

ContentTypeDescription() публичный Метод

public ContentTypeDescription ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public ContentTypeDescription()
        {
            Templates = new List<TemplateDescription>();
            Tabs = new List<TabDescription>();
            Properties = new List<PropertyDescription>();
            Compositions = new List<CompositionDescription>();
            IgnoredPropertyAliases = new List<string>();
            IgnoredTabs = new List<string>();
        }
ContentTypeDescription