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.RollBackTests Class Reference

Public Member Functions

void NoFail ()
 
void YesFail ()
 
void YesFailCancel ()
 
void EditParentEntity ()
 
void p_PropertyChanged (object sender, System.ComponentModel.PropertyChangedEventArgs e)
 

Static Public Member Functions

static void ClassInitialize (TestContext context)
 

Detailed Description

Definition at line 26 of file RollBackTests.cs.

Member Function Documentation

◆ ClassInitialize()

static void Csla.Test.RollBack.RollBackTests.ClassInitialize ( TestContext  context)
static

Definition at line 31 of file RollBackTests.cs.

◆ EditParentEntity()

void Csla.Test.RollBack.RollBackTests.EditParentEntity ( )

Definition at line 148 of file RollBackTests.cs.

◆ NoFail()

void Csla.Test.RollBack.RollBackTests.NoFail ( )

Definition at line 38 of file RollBackTests.cs.

◆ p_PropertyChanged()

void Csla.Test.RollBack.RollBackTests.p_PropertyChanged ( object  sender,
System.ComponentModel.PropertyChangedEventArgs  e 
)

Definition at line 180 of file RollBackTests.cs.

◆ YesFail()

void Csla.Test.RollBack.RollBackTests.YesFail ( )

Definition at line 68 of file RollBackTests.cs.

◆ YesFailCancel()

void Csla.Test.RollBack.RollBackTests.YesFailCancel ( )

Definition at line 107 of file RollBackTests.cs.