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.
cslalighttest.Serialization.SerializationTests.StringCriteria Class Reference
Inheritance diagram for cslalighttest.Serialization.SerializationTests.StringCriteria:
Csla.CriteriaBase< StringCriteria >

Static Public Attributes

static readonly PropertyInfo< string > ValueProperty = RegisterProperty<string>(c => c.Value)
 

Properties

string Value [getset]
 

Additional Inherited Members

- Protected Member Functions inherited from Csla.CriteriaBase< StringCriteria >
 CriteriaBase ()
 Initializes empty CriteriaBase. More...
 
- Static Protected Member Functions inherited from Csla.CriteriaBase< StringCriteria >
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

Member Data Documentation

◆ ValueProperty

readonly PropertyInfo<string> cslalighttest.Serialization.SerializationTests.StringCriteria.ValueProperty = RegisterProperty<string>(c => c.Value)
static

Property Documentation

◆ Value

string cslalighttest.Serialization.SerializationTests.StringCriteria.Value
getset