Class UserService.EditResult
Represents the result of an edit operation.
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class UserService.EditResult
Properties
IsModified
Gets or sets a value indicating whether the item was modified.
Declaration
public bool IsModified { get; set; }
Property Value
Type | Description |
---|---|
bool |
Item
Gets or sets the item that was edited.
Declaration
public Item Item { get; set; }
Property Value
Type | Description |
---|---|
Item |
ModifiedColumns
Gets or sets a list of the columns that were modified.
Declaration
public List<string> ModifiedColumns { get; set; }
Property Value
Type | Description |
---|---|
List<string> |