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.RollBack.RollbackRoot.Criteria Class Reference
Inheritance diagram for Csla.Test.RollBack.RollbackRoot.Criteria:
Csla.CriteriaBase< Criteria >

Public Member Functions

 Criteria ()
 
 Criteria (string data)
 

Properties

string Data [getset]
 

Additional Inherited Members

- Protected Member Functions inherited from Csla.CriteriaBase< Criteria >
 CriteriaBase ()
 Initializes empty CriteriaBase. More...
 
- Static Protected Member Functions inherited from Csla.CriteriaBase< Criteria >
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 38 of file RollBack/RollbackRoot.cs.

Constructor & Destructor Documentation

◆ Criteria() [1/2]

Csla.Test.RollBack.RollbackRoot.Criteria.Criteria ( )

Definition at line 42 of file RollBack/RollbackRoot.cs.

◆ Criteria() [2/2]

Csla.Test.RollBack.RollbackRoot.Criteria.Criteria ( string  data)

Definition at line 47 of file RollBack/RollbackRoot.cs.

Property Documentation

◆ Data

string Csla.Test.RollBack.RollbackRoot.Criteria.Data
getset

Definition at line 52 of file RollBack/RollbackRoot.cs.