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.Analyzers.IntegrationTests.PropertyDefinitionTests Class Reference
Inheritance diagram for Csla.Analyzers.IntegrationTests.PropertyDefinitionTests:
Csla.CommandBase< PropertyDefinitionTests >

Public Attributes

readonly PropertyInfo< bool > ResourceNotStaticProperty = RegisterProperty<bool>(c => c.ResourceNotStatic)
 

Static Public Attributes

static PropertyInfo< int > ResourceNotReadOnlyProperty = RegisterProperty<int>(c => c.ResourceNotReadOnly)
 

Protected Member Functions

override void DataPortal_Execute ()
 
- Protected Member Functions inherited from Csla.CommandBase< PropertyDefinitionTests >
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...
 

Properties

int ResourceNotReadOnly [get]
 
bool ResourceNotStatic [get]
 
bool ResourceNotPublic [get]
 
int ResourceNotAnything [get]
 

Additional Inherited Members

- Public Member Functions inherited from Csla.CommandBase< PropertyDefinitionTests >
 CommandBase ()
 Creates an instance of the type. More...
 
Clone ()
 Creates a clone of the object. More...
 
- Static Protected Member Functions inherited from Csla.CommandBase< PropertyDefinitionTests >
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 17 of file PropertyDefinitionTests.cs.

Member Function Documentation

◆ DataPortal_Execute()

override void Csla.Analyzers.IntegrationTests.PropertyDefinitionTests.DataPortal_Execute ( )
protected

Definition at line 53 of file PropertyDefinitionTests.cs.

Member Data Documentation

◆ ResourceNotReadOnlyProperty

PropertyInfo<int> Csla.Analyzers.IntegrationTests.PropertyDefinitionTests.ResourceNotReadOnlyProperty = RegisterProperty<int>(c => c.ResourceNotReadOnly)
static

Definition at line 21 of file PropertyDefinitionTests.cs.

◆ ResourceNotStaticProperty

readonly PropertyInfo<bool> Csla.Analyzers.IntegrationTests.PropertyDefinitionTests.ResourceNotStaticProperty = RegisterProperty<bool>(c => c.ResourceNotStatic)

Definition at line 29 of file PropertyDefinitionTests.cs.

Property Documentation

◆ ResourceNotAnything

int Csla.Analyzers.IntegrationTests.PropertyDefinitionTests.ResourceNotAnything
get

Definition at line 46 of file PropertyDefinitionTests.cs.

◆ ResourceNotPublic

bool Csla.Analyzers.IntegrationTests.PropertyDefinitionTests.ResourceNotPublic
get

Definition at line 38 of file PropertyDefinitionTests.cs.

◆ ResourceNotReadOnly

int Csla.Analyzers.IntegrationTests.PropertyDefinitionTests.ResourceNotReadOnly
get

Definition at line 22 of file PropertyDefinitionTests.cs.

◆ ResourceNotStatic

bool Csla.Analyzers.IntegrationTests.PropertyDefinitionTests.ResourceNotStatic
get

Definition at line 30 of file PropertyDefinitionTests.cs.