Added remarks about property serialization
This commit is contained in:
@@ -17,6 +17,9 @@ namespace Umbraco.Core.Exceptions
|
||||
/// <value>
|
||||
/// The operation.
|
||||
/// </value>
|
||||
/// <remarks>
|
||||
/// This object should be serializable to prevent a <see cref="SerializationException" /> to be thrown.
|
||||
/// </remarks>
|
||||
public T Operation { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -18,6 +18,9 @@ namespace Umbraco.Core.Persistence
|
||||
/// <value>
|
||||
/// The identifier.
|
||||
/// </value>
|
||||
/// <remarks>
|
||||
/// This object should be serializable to prevent a <see cref="SerializationException" /> to be thrown.
|
||||
/// </remarks>
|
||||
public object Id { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -24,6 +24,9 @@ namespace Umbraco.Web.Install
|
||||
/// <value>
|
||||
/// The view model.
|
||||
/// </value>
|
||||
/// <remarks>
|
||||
/// This object should be serializable to prevent a <see cref="SerializationException" /> to be thrown.
|
||||
/// </remarks>
|
||||
public object ViewModel { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user