CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Core.IReadOnlyCollection Interface Reference

Interface implemented by all read-only collection classes. More...

Inheritance diagram for Csla.Core.IReadOnlyCollection:
Csla.Core.IBusinessObject Csla.IReadOnlyListBase< C > Csla.ReadOnlyBindingListBase< T, C > Csla.ReadOnlyListBase< T, C > Csla.ReadOnlyListBase< T, C >

Additional Inherited Members

- Properties inherited from Csla.Core.IBusinessObject
int Identity [get]
 Gets a value representing this object instance's unique identity value within the business object graph. More...
 

Detailed Description

Interface implemented by all read-only collection classes.

Definition at line 16 of file IReadOnlyCollection.cs.