File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ using OwlCore . ComponentModel ;
2+
13namespace WindowsAppCommunity . Sdk ;
24
35/// <summary>
46/// Represents an accent color that cannot be updatd.
57/// </summary>
6- public interface IReadOnlyAccentColor
8+ public interface IReadOnlyAccentColor : IHasId
79{
810 /// <summary>
911 /// A hex-encoded accent color for this publisher.
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
2+ using OwlCore . ComponentModel ;
23
34namespace WindowsAppCommunity . Sdk ;
45
56/// <summary>
67/// Represents a modifiable connections collection.
78/// </summary>
8- public interface IReadOnlyConnectionsCollection
9+ public interface IReadOnlyConnectionsCollection : IHasId
910{
1011 /// <summary>
1112 /// Gets the connections associated with this entity.
Original file line number Diff line number Diff line change 1+ using OwlCore . ComponentModel ;
2+
13namespace WindowsAppCommunity . Sdk ;
24
35/// <summary>
46/// Represents a collection of features that can be read but not modified.
57/// </summary>
6- public interface IReadOnlyFeaturesCollection
8+ public interface IReadOnlyFeaturesCollection : IHasId
79{
810 /// <summary>
911 /// A list of features provided by this project.
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
2+ using OwlCore . ComponentModel ;
23using OwlCore . Storage ;
34
45namespace WindowsAppCommunity . Sdk ;
56
67/// <summary>
78/// Represents a collection of images.
89/// </summary>
9- public interface IReadOnlyImagesCollection
10+ public interface IReadOnlyImagesCollection : IHasId
1011{
1112 /// <summary>
1213 /// Gets the image files in this collection.
Original file line number Diff line number Diff line change 1+ using OwlCore . ComponentModel ;
2+
13namespace WindowsAppCommunity . Sdk ;
24
35/// <summary>
46/// Represents a read-only collection of links.
57/// </summary>
6- public interface IReadOnlyLinksCollection
8+ public interface IReadOnlyLinksCollection : IHasId
79{
810 /// <summary>
911 /// Represents links to external profiles or resources added by the entity.
You can’t perform that action at this time.
0 commit comments