BREAKING CHANGE: Renamed IInitialize.Initialized to IsInitialized

This commit is contained in:
2024-10-22 20:57:12 +03:00
parent fdc38fc800
commit 1f8fa78b76
7 changed files with 19 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ public interface IInitialize
/// <summary>
/// The value indicating whether the entity has been initialized.
/// </summary>
bool Initialized { get; }
bool IsInitialized { get; }
/// <summary>
/// Initializes the entity.