CSLA.NET
6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
IContainsDeletedList.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="IContainsDeletedList.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Interface implemented by a list which tracks its deleted items</summary>
7
//-----------------------------------------------------------------------
8
9
using
System;
10
using
Csla
.
Core
;
11
using
System.ComponentModel;
12
using
Csla
.
Serialization
.
Mobile
;
13
using
System.Collections.Specialized;
14
using
System.Collections.Generic;
15
16
namespace
Csla
17
{
21
public
interface
IContainsDeletedList
22
{
26
IEnumerable<IEditableBusinessObject>
DeletedList
{
get
; }
27
}
28
}
Csla.IContainsDeletedList
Defines an object that holds a list of deleted items.
Definition:
IContainsDeletedList.cs:22
Csla.IContainsDeletedList.DeletedList
IEnumerable< IEditableBusinessObject > DeletedList
List of deleted child objects
Definition:
IContainsDeletedList.cs:26
Csla.Core
Definition:
AddedNewEventArgs.cs:11
Csla.Serialization.Mobile
Definition:
AssemblyNameTranslator.cs:11
Csla.Serialization
Definition:
AutoNonSerializedAttribute.cs:11
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2