22// <auto-generated>
33// This code was generated by a tool.
44//
5- // Umbraco.ModelsBuilder.Embedded v18.0.2+26312a3
5+ // Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b
66//
77// Changes to this file will be lost if the code is regenerated.
88// </auto-generated>
@@ -24,15 +24,15 @@ public partial class Conference : PublishedContentModel
2424 {
2525 // helpers
2626#pragma warning disable 0109 // new is redundant
27- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
27+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
2828 public new const string ModelTypeAlias = "conference" ;
29- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
29+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
3030 public new const PublishedItemType ModelItemType = PublishedItemType . Content ;
31- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
31+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
3232 [ return : global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
3333 public new static IPublishedContentType GetModelContentType ( IPublishedContentTypeCache contentTypeCache )
3434 => PublishedModelUtility . GetModelContentType ( contentTypeCache , ModelItemType , ModelTypeAlias ) ;
35- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
35+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
3636 [ return : global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
3737 public static IPublishedPropertyType GetModelPropertyType < TValue > ( IPublishedContentTypeCache contentTypeCache , Expression < Func < Conference , TValue > > selector )
3838 => PublishedModelUtility . GetModelPropertyType ( GetModelContentType ( contentTypeCache ) , selector ) ;
@@ -52,61 +52,61 @@ public Conference(IPublishedContent content, IPublishedValueFallback publishedVa
5252 ///<summary>
5353 /// Call For Speakers Url
5454 ///</summary>
55- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
55+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
5656 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
5757 [ ImplementPropertyType ( "callForSpeakersUrl" ) ]
5858 public virtual string CallForSpeakersUrl => this . Value < string > ( _publishedValueFallback , "callForSpeakersUrl" ) ;
5959
6060 ///<summary>
6161 /// Date
6262 ///</summary>
63- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
63+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
6464 [ ImplementPropertyType ( "date" ) ]
6565 public virtual global ::System . DateTime Date => this . Value < global ::System . DateTime > ( _publishedValueFallback , "date" ) ;
6666
6767 ///<summary>
6868 /// Location
6969 ///</summary>
70- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
70+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
7171 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
7272 [ ImplementPropertyType ( "location" ) ]
7373 public virtual string Location => this . Value < string > ( _publishedValueFallback , "location" ) ;
7474
7575 ///<summary>
7676 /// Mobile App Links
7777 ///</summary>
78- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
78+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
7979 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
8080 [ ImplementPropertyType ( "mobileAppLinks" ) ]
8181 public virtual global ::System . Collections . Generic . IEnumerable < global ::Umbraco . Cms . Core . Models . Link > MobileAppLinks => this . Value < global ::System . Collections . Generic . IEnumerable < global ::Umbraco . Cms . Core . Models . Link > > ( _publishedValueFallback , "mobileAppLinks" ) ;
8282
8383 ///<summary>
8484 /// Register Url
8585 ///</summary>
86- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
86+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
8787 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
8888 [ ImplementPropertyType ( "registerUrl" ) ]
8989 public virtual string RegisterUrl => this . Value < string > ( _publishedValueFallback , "registerUrl" ) ;
9090
9191 ///<summary>
9292 /// Survey Available At: Determines when the survey will be available in the app
9393 ///</summary>
94- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
94+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
9595 [ ImplementPropertyType ( "surveyAvailableAt" ) ]
9696 public virtual global ::System . DateTime SurveyAvailableAt => this . Value < global ::System . DateTime > ( _publishedValueFallback , "surveyAvailableAt" ) ;
9797
9898 ///<summary>
9999 /// Survey Url
100100 ///</summary>
101- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
101+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
102102 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
103103 [ ImplementPropertyType ( "surveyUrl" ) ]
104104 public virtual global ::Umbraco . Cms . Core . Models . Link SurveyUrl => this . Value < global ::Umbraco . Cms . Core . Models . Link > ( _publishedValueFallback , "surveyUrl" ) ;
105105
106106 ///<summary>
107107 /// Tagline
108108 ///</summary>
109- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.0.2+26312a3 " ) ]
109+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "Umbraco.ModelsBuilder.Embedded" , "18.1.0+fb0dc5b " ) ]
110110 [ global ::System . Diagnostics . CodeAnalysis . MaybeNull ]
111111 [ ImplementPropertyType ( "tagline" ) ]
112112 public virtual string Tagline => this . Value < string > ( _publishedValueFallback , "tagline" ) ;
0 commit comments