BREAKING CHANGE: Renamed IInitialize.Initialized to IsInitialized
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user