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

This is the base class from which command objects will be derived. More...

Inheritance diagram for Csla.ICommandBase:
Csla.Core.ICommandObject Csla.Core.IBusinessObject Csla.Serialization.Mobile.IMobileObject Csla.Core.IBusinessObject Csla.Serialization.Mobile.IMobileObject 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 is the base class from which command objects will be derived.

Definition at line 16 of file ICommandBase.cs.