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.
Csla.IContainsDeletedList Interface Reference

Defines an object that holds a list of deleted items. More...

Inheritance diagram for Csla.IContainsDeletedList:
Csla.BusinessBindingListBase< T, C > Csla.BusinessListBase< T, C >

Properties

IEnumerable< IEditableBusinessObjectDeletedList [get]
 List of deleted child objects More...
 

Detailed Description

Defines an object that holds a list of deleted items.

Definition at line 21 of file IContainsDeletedList.cs.

Property Documentation

◆ DeletedList

IEnumerable<IEditableBusinessObject> Csla.IContainsDeletedList.DeletedList
get

List of deleted child objects

Definition at line 26 of file IContainsDeletedList.cs.