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.IBusinessObject Interface Reference

This is the core interface implemented by all CSLA .NET base classes. More...

Inheritance diagram for Csla.Core.IBusinessObject:
Csla.Core.ICommandObject Csla.Core.IEditableBusinessObject Csla.Core.IEditableCollection Csla.Core.IReadOnlyCollection Csla.Core.IReadOnlyObject Csla.Core.ReadOnlyBindingList< C > Csla.DynamicBindingListBase< T > Csla.DynamicListBase< T > Csla.IBusinessBase Csla.IBusinessListBase< C > Csla.ICommandBase Csla.IReadOnlyBase Csla.IReadOnlyListBase< C > Csla.NameValueListBase< K, V >

Properties

int Identity [get]
 Gets a value representing this object instance's unique identity value within the business object graph. More...
 

Detailed Description

This is the core interface implemented by all CSLA .NET base classes.

Definition at line 14 of file IBusinessObject.cs.

Property Documentation

◆ Identity

int Csla.Core.IBusinessObject.Identity
get

Gets a value representing this object instance's unique identity value within the business object graph.

Definition at line 21 of file IBusinessObject.cs.