Skip to content

Commit c25c563

Browse files
committed
updating interface
1 parent b7f4610 commit c25c563

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

shesha-core/src/Shesha.Application/Metadata/IMetadataAppService.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ public interface IMetadataAppService: IApplicationService
4040
/// <summary>
4141
/// Get properties of the specified container
4242
/// </summary>
43-
Task<List<PropertyMetadataDto>> GetPropertiesAsync(string container);
43+
Task<List<PropertyMetadataDto>> GetPropertiesAsync(string container);
44+
45+
/// <summary>
46+
/// Get properties of the specified container excluding framework-related properties (e.g. Id, CreationTime, etc)
47+
/// </summary>
48+
Task<List<PropertyMetadataDto>> GetNonFrameworkRelatedPropertiesAsync(string container);
4449

4550
/// <summary>
4651
/// Get full metadata of the specified container

0 commit comments

Comments
 (0)