Class DeleteResultModelBase
This abstract class defines common model properties to return during a delete action within the application.
Inheritance
System.Object
DeleteResultModelBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Common
Assembly: Vasont.Publisher.Models.dll
Syntax
public abstract class DeleteResultModelBase
Properties
| Improve this Doc View SourceId
Gets or sets the identity of the record that was deleted.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Successful
Gets or sets a value indicating whether the value was successful.
Declaration
public bool Successful { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |