Show / Hide Table of Contents

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 Source

Id

Gets or sets the identity of the record that was deleted.

Declaration
public long Id { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Successful

Gets or sets a value indicating whether the value was successful.

Declaration
public bool Successful { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont