File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ public class PublishedThread
5757 /// Thread Id used for public comments
5858 /// </summary>
5959 public int ? PublicThreadId { get ; set ; }
60+ public int ? GalleryScore { get ; set ; }
6061}
6162
6263public class PublishedMedia : IAssetMetadata
@@ -116,6 +117,7 @@ public class PublishedMedia : IAssetMetadata
116117 /// Thread Id used for public comments
117118 /// </summary>
118119 public int ? PublicThreadId { get ; set ; }
120+ public int ? GalleryScore { get ; set ; }
119121}
120122
121123public class PublishedProject
@@ -142,6 +144,7 @@ public class PublishedProject
142144 /// Thread Id used for public comments
143145 /// </summary>
144146 public int ? PublicThreadId { get ; set ; }
147+ public int ? GalleryScore { get ; set ; }
145148}
146149
147150[ Tag ( Tags . Publish ) ]
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ public class PublishedThread
9595 /// Thread Id used for public comments
9696 /// </summary>
9797 public int ? PublicThreadId { get ; set ; }
98+ public int ? GalleryScore { get ; set ; }
9899 }
99100
100101 public class PublishedMedia
@@ -153,7 +154,8 @@ public class PublishedMedia
153154 /// <summary>
154155 /// Thread Id used for public comments
155156 /// </summary>
156- public int ? PublicThreadId { get ; set ; }
157+ public int ? PublicThreadId { get ; set ; }
158+ public int ? GalleryScore { get ; set ; }
157159 }
158160
159161 public class PublishedProject
@@ -180,6 +182,7 @@ public class PublishedProject
180182 /// Thread Id used for public comments
181183 /// </summary>
182184 public int ? PublicThreadId { get ; set ; }
185+ public int ? GalleryScore { get ; set ; }
183186 }
184187
185188 public class Ratings { }
You can’t perform that action at this time.
0 commit comments