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.
Csla.Test.PropertyGetSet.Command Class Reference
Inheritance diagram for Csla.Test.PropertyGetSet.Command:
Csla.CommandBase< Command >

Public Member Functions

void Load (string name)
 
- Public Member Functions inherited from Csla.CommandBase< Command >
 CommandBase ()
 Creates an instance of the type. More...
 
Clone ()
 Creates a clone of the object. More...
 

Static Public Attributes

static readonly PropertyInfo< string > NameProperty = RegisterProperty<string>(c => c.Name)
 

Properties

string Name [get]
 

Additional Inherited Members

- Protected Member Functions inherited from Csla.CommandBase< Command >
virtual void Initialize ()
 Override this method to set up event handlers so user code in a partial class can respond to events raised by generated code. More...
 
virtual void DataPortal_OnDataPortalInvoke (DataPortalEventArgs e)
 Called by the server-side DataPortal prior to calling the requested DataPortal_xyz method. More...
 
virtual void DataPortal_OnDataPortalInvokeComplete (DataPortalEventArgs e)
 Called by the server-side DataPortal after calling the requested DataPortal_xyz method. More...
 
virtual void DataPortal_OnDataPortalException (DataPortalEventArgs e, Exception ex)
 Called by the server-side DataPortal if an exception occurs during server-side processing. More...
 
virtual object GetClone ()
 Creates a clone of the object. More...
 
- Static Protected Member Functions inherited from Csla.CommandBase< Command >
static PropertyInfo< P > RegisterProperty< P > (PropertyInfo< P > info)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (string propertyName)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (Expression< Func< T, object > > propertyLambdaExpression)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (string propertyName, RelationshipTypes relationship)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (Expression< Func< T, object > > propertyLambdaExpression, RelationshipTypes relationship)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (string propertyName, string friendlyName)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (Expression< Func< T, object > > propertyLambdaExpression, string friendlyName)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (string propertyName, string friendlyName, P defaultValue)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (Expression< Func< T, object > > propertyLambdaExpression, string friendlyName, P defaultValue)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (string propertyName, string friendlyName, P defaultValue, RelationshipTypes relationship)
 Indicates that the specified property belongs to the business object type. More...
 
static PropertyInfo< P > RegisterProperty< P > (Expression< Func< T, object > > propertyLambdaExpression, string friendlyName, P defaultValue, RelationshipTypes relationship)
 Indicates that the specified property belongs to the business object type. More...
 

Detailed Description

Definition at line 846 of file PropertyGetSetTests.cs.

Member Function Documentation

◆ Load()

void Csla.Test.PropertyGetSet.Command.Load ( string  name)

Definition at line 854 of file PropertyGetSetTests.cs.

Member Data Documentation

◆ NameProperty

readonly PropertyInfo<string> Csla.Test.PropertyGetSet.Command.NameProperty = RegisterProperty<string>(c => c.Name)
static

Definition at line 848 of file PropertyGetSetTests.cs.

Property Documentation

◆ Name

string Csla.Test.PropertyGetSet.Command.Name
get

Definition at line 849 of file PropertyGetSetTests.cs.