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

Public Member Functions

 Criteria ()
 
 Criteria (string data)
 
 Criteria ()
 
 Criteria (string data)
 

Public Attributes

string _data
 

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 csla.netcore.test/Basic/GenRootBase.cs.

Constructor & Destructor Documentation

◆ Criteria() [1/4]

Csla.Test.Basic.GenRootBase.Criteria.Criteria ( )

Definition at line 42 of file csla.netcore.test/Basic/GenRootBase.cs.

◆ Criteria() [2/4]

Csla.Test.Basic.GenRootBase.Criteria.Criteria ( string  data)

Definition at line 47 of file csla.netcore.test/Basic/GenRootBase.cs.

◆ Criteria() [3/4]

Csla.Test.Basic.GenRootBase.Criteria.Criteria ( )

Definition at line 41 of file Csla.test/Basic/GenRootBase.cs.

◆ Criteria() [4/4]

Csla.Test.Basic.GenRootBase.Criteria.Criteria ( string  data)

Definition at line 46 of file Csla.test/Basic/GenRootBase.cs.

Member Data Documentation

◆ _data

string Csla.Test.Basic.GenRootBase.Criteria._data

Definition at line 40 of file csla.netcore.test/Basic/GenRootBase.cs.