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.MethodCaller.PropertyTests Class Reference

Public Member Functions

void PropertyGetNoSetSuccess ()
 
void PropertyGetWithSetSuccess ()
 
void PropertyGetOnlySetFail ()
 
void PropertySetOnlyGetFail ()
 
void PropertySetWithGetSuccess ()
 
void PropertySetNoGetSuccess ()
 

Properties

string Test1 [get]
 
string Test2 [getset]
 
string Test3 [set]
 

Detailed Description

Definition at line 28 of file PropertyTests.cs.

Member Function Documentation

◆ PropertyGetNoSetSuccess()

void Csla.Test.MethodCaller.PropertyTests.PropertyGetNoSetSuccess ( )

Definition at line 40 of file PropertyTests.cs.

◆ PropertyGetOnlySetFail()

void Csla.Test.MethodCaller.PropertyTests.PropertyGetOnlySetFail ( )

Definition at line 57 of file PropertyTests.cs.

◆ PropertyGetWithSetSuccess()

void Csla.Test.MethodCaller.PropertyTests.PropertyGetWithSetSuccess ( )

Definition at line 48 of file PropertyTests.cs.

◆ PropertySetNoGetSuccess()

void Csla.Test.MethodCaller.PropertyTests.PropertySetNoGetSuccess ( )

Definition at line 78 of file PropertyTests.cs.

◆ PropertySetOnlyGetFail()

void Csla.Test.MethodCaller.PropertyTests.PropertySetOnlyGetFail ( )

Definition at line 64 of file PropertyTests.cs.

◆ PropertySetWithGetSuccess()

void Csla.Test.MethodCaller.PropertyTests.PropertySetWithGetSuccess ( )

Definition at line 70 of file PropertyTests.cs.

Property Documentation

◆ Test1

string Csla.Test.MethodCaller.PropertyTests.Test1
get

Definition at line 33 of file PropertyTests.cs.

◆ Test2

string Csla.Test.MethodCaller.PropertyTests.Test2
getset

Definition at line 35 of file PropertyTests.cs.

◆ Test3

string Csla.Test.MethodCaller.PropertyTests.Test3
set

Definition at line 37 of file PropertyTests.cs.