9using System.Collections.Generic;
19 #region Authorization Methods
28 #region Factory Methods
44 #region Client-side Code
53 private void BeforeServer()
57 private void AfterServer()
This is the base class from which command objects will be derived.
Maintains metadata about a property.
Base class to be used when creating a data portal factory object.
static bool Execute(IDataPortal< CommandObject > dataPortal)
static readonly PropertyInfo< bool > ResultProperty
static bool CanExecuteCommand()
Interface defining the members of the data portal type.
object Execute(object obj)
Called to execute a Command object on the server.
object Create(params object[] criteria)
Called by a factory method in a business class to create a new object, which is loaded with default v...
@ Serializable
Prevents updating or inserting until the transaction is complete.