rename property to IPortableContext

This commit is contained in:
sbwalker
2026-03-05 13:43:45 -05:00
parent c2bb6be2da
commit d2e5ab61da
5 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ namespace Oqtane.Models
/// Specifies the scenario where the IPortable interface is being invoked
/// </summary>
[NotMapped]
public string IPortable { get; set; }
public string IPortableContext { get; set; }
/// <summary>
/// Reference to the <see cref="ModuleDefinition"/> used for this module.