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

This interface is implemented by all Command objects. More...

Inheritance diagram for Csla.Core.ICommandObject:
Csla.Core.IBusinessObject Csla.Serialization.Mobile.IMobileObject Csla.CommandBase< T > Csla.ICommandBase Csla.CommandBase< T >

Additional Inherited Members

- Public Member Functions inherited from Csla.Serialization.Mobile.IMobileObject
void GetState (SerializationInfo info)
 Method called by MobileFormatter when an object should serialize its data. More...
 
void GetChildren (SerializationInfo info, MobileFormatter formatter)
 Method called by MobileFormatter when an object should serialize its child references. More...
 
void SetState (SerializationInfo info)
 Method called by MobileFormatter when an object should be deserialized. More...
 
void SetChildren (SerializationInfo info, MobileFormatter formatter)
 Method called by MobileFormatter when an object should deserialize its child references. More...
 
- 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

This interface is implemented by all Command objects.

Definition at line 16 of file ICommandObject.cs.