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.
ICommandBase.cs
Go to the documentation of this file.
1
using
Csla
.
Core
;
2
using
Csla
.
Serialization
.
Mobile
;
3
using
System;
4
using
System.Collections.Generic;
5
using
System.ComponentModel;
6
using
System.Linq;
7
using
System.Text;
8
using
System.Threading.Tasks;
9
10
namespace
Csla
11
{
16
public
interface
ICommandBase
17
:
ICommandObject
,
IBusinessObject
,
IMobileObject
, ICloneable,
18
INotifyPropertyChanged
19
{ }
20
}
Csla.Core.IBusinessObject
This is the core interface implemented by all CSLA .NET base classes.
Definition:
IBusinessObject.cs:15
Csla.Core.ICommandObject
This interface is implemented by all Command objects.
Definition:
ICommandObject.cs:17
Csla.ICommandBase
This is the base class from which command objects will be derived.
Definition:
ICommandBase.cs:19
Csla.Serialization.Mobile.IMobileObject
Interface to be implemented by any object that supports serialization by the SerializationFormatterFa...
Definition:
IMobileObject.cs:16
Csla.Core
Definition:
AddedNewEventArgs.cs:11
Csla.Serialization.Mobile
Definition:
AssemblyNameTranslator.cs:11
Csla.Serialization
Definition:
AutoNonSerializedAttribute.cs:11
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2