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.PropertyGetSet.PropertyGetSetTests Class Reference

Public Member Functions

void Initialize ()
 
void Cleanup ()
 
void ForceStaticInit ()
 
void NullString ()
 
void NonGenericLoadProperty ()
 
void ExplicitFieldProperties ()
 
void SerializedExplicitFieldProperties ()
 
void ManagedFieldProperties ()
 
void ManagedFieldBaseProperties ()
 
void SerializedManagedFieldProperties ()
 
void MarkClean ()
 
void SmartDateProperties ()
 
void SimpleChildProperties_LazyLoadedChild ()
 
void SerializedSimpleChildProperties ()
 
void RootUndoCancel ()
 
void RootUndoApply ()
 
void RootChildUndoCancel ()
 
void SerializedEditLevel ()
 
void RootChildUndoCancelIsDirty ()
 
void RootChildUndoApply ()
 
void RootChildListUndoCancel ()
 
void RootChildListUndoApply ()
 
void LoadNullProperty ()
 
void PropertyNotRegistered ()
 
void PropertyRegisteredTwice ()
 
void FieldDirty ()
 
void If_ManagedStringField_Property_Changes_ChildChanged_Event_Should_Not_Fire ()
 
void If_FieldBackedString_Property_Changes_On_ManagedChild_Then_ChildChanged_Should_Fire_On_Root_ButNot_On_ManagedChild ()
 
void If_FieldBackedString_Property_Changes_On_Item_In_ManagedChildList_Then_ChildChanged_Fires_On_Root_And_On_ManagedChildList ()
 
void If_FieldBackedString_Changes_On_GrandChild_Then_ChildChanged_Fires_On_GrandChild_Child_and_Root ()
 
void If_FieldBackedString_Property_Is_Changed_On_Child_After_CancelEdit_Then_ChildChanged_Fires_On_Root ()
 
void If_FieldBackedString_Is_Changed_On_GrandChild_List_Item_After_Root_Is_Deserialized_Then_Root_ChildChanged_Event_Fires ()
 
void LazyLoadChild_GetBeforeSet ()
 
void LazyLoadChild_GetAfterSet ()
 

Static Public Member Functions

static void ClassInitialize (TestContext context)
 

Detailed Description

Definition at line 33 of file PropertyGetSetTests.cs.

Member Function Documentation

◆ ClassInitialize()

static void Csla.Test.PropertyGetSet.PropertyGetSetTests.ClassInitialize ( TestContext  context)
static

Definition at line 39 of file PropertyGetSetTests.cs.

◆ Cleanup()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.Cleanup ( )

Definition at line 54 of file PropertyGetSetTests.cs.

◆ ExplicitFieldProperties()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.ExplicitFieldProperties ( )

Definition at line 113 of file PropertyGetSetTests.cs.

◆ FieldDirty()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.FieldDirty ( )

Definition at line 674 of file PropertyGetSetTests.cs.

◆ ForceStaticInit()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.ForceStaticInit ( )

Definition at line 60 of file PropertyGetSetTests.cs.

◆ If_FieldBackedString_Changes_On_GrandChild_Then_ChildChanged_Fires_On_GrandChild_Child_and_Root()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.If_FieldBackedString_Changes_On_GrandChild_Then_ChildChanged_Fires_On_GrandChild_Child_and_Root ( )

Definition at line 731 of file PropertyGetSetTests.cs.

◆ If_FieldBackedString_Is_Changed_On_GrandChild_List_Item_After_Root_Is_Deserialized_Then_Root_ChildChanged_Event_Fires()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.If_FieldBackedString_Is_Changed_On_GrandChild_List_Item_After_Root_Is_Deserialized_Then_Root_ChildChanged_Event_Fires ( )

Definition at line 790 of file PropertyGetSetTests.cs.

◆ If_FieldBackedString_Property_Changes_On_Item_In_ManagedChildList_Then_ChildChanged_Fires_On_Root_And_On_ManagedChildList()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.If_FieldBackedString_Property_Changes_On_Item_In_ManagedChildList_Then_ChildChanged_Fires_On_Root_And_On_ManagedChildList ( )

Definition at line 709 of file PropertyGetSetTests.cs.

◆ If_FieldBackedString_Property_Changes_On_ManagedChild_Then_ChildChanged_Should_Fire_On_Root_ButNot_On_ManagedChild()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.If_FieldBackedString_Property_Changes_On_ManagedChild_Then_ChildChanged_Should_Fire_On_Root_ButNot_On_ManagedChild ( )

Definition at line 695 of file PropertyGetSetTests.cs.

◆ If_FieldBackedString_Property_Is_Changed_On_Child_After_CancelEdit_Then_ChildChanged_Fires_On_Root()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.If_FieldBackedString_Property_Is_Changed_On_Child_After_CancelEdit_Then_ChildChanged_Fires_On_Root ( )

Definition at line 768 of file PropertyGetSetTests.cs.

◆ If_ManagedStringField_Property_Changes_ChildChanged_Event_Should_Not_Fire()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.If_ManagedStringField_Property_Changes_ChildChanged_Event_Should_Not_Fire ( )

Definition at line 685 of file PropertyGetSetTests.cs.

◆ Initialize()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.Initialize ( )

Definition at line 45 of file PropertyGetSetTests.cs.

◆ LazyLoadChild_GetAfterSet()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.LazyLoadChild_GetAfterSet ( )

Definition at line 831 of file PropertyGetSetTests.cs.

◆ LazyLoadChild_GetBeforeSet()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.LazyLoadChild_GetBeforeSet ( )

Definition at line 822 of file PropertyGetSetTests.cs.

◆ LoadNullProperty()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.LoadNullProperty ( )

Definition at line 607 of file PropertyGetSetTests.cs.

◆ ManagedFieldBaseProperties()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.ManagedFieldBaseProperties ( )

Definition at line 203 of file PropertyGetSetTests.cs.

◆ ManagedFieldProperties()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.ManagedFieldProperties ( )

Definition at line 166 of file PropertyGetSetTests.cs.

◆ MarkClean()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.MarkClean ( )

Definition at line 261 of file PropertyGetSetTests.cs.

◆ NonGenericLoadProperty()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.NonGenericLoadProperty ( )

Definition at line 90 of file PropertyGetSetTests.cs.

◆ NullString()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.NullString ( )

Definition at line 74 of file PropertyGetSetTests.cs.

◆ PropertyNotRegistered()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.PropertyNotRegistered ( )

Definition at line 621 of file PropertyGetSetTests.cs.

◆ PropertyRegisteredTwice()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.PropertyRegisteredTwice ( )

Definition at line 640 of file PropertyGetSetTests.cs.

◆ RootChildListUndoApply()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.RootChildListUndoApply ( )

Definition at line 572 of file PropertyGetSetTests.cs.

◆ RootChildListUndoCancel()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.RootChildListUndoCancel ( )

Definition at line 541 of file PropertyGetSetTests.cs.

◆ RootChildUndoApply()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.RootChildUndoApply ( )

Definition at line 513 of file PropertyGetSetTests.cs.

◆ RootChildUndoCancel()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.RootChildUndoCancel ( )

Definition at line 443 of file PropertyGetSetTests.cs.

◆ RootChildUndoCancelIsDirty()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.RootChildUndoCancelIsDirty ( )

Definition at line 491 of file PropertyGetSetTests.cs.

◆ RootUndoApply()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.RootUndoApply ( )

Definition at line 409 of file PropertyGetSetTests.cs.

◆ RootUndoCancel()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.RootUndoCancel ( )

Definition at line 379 of file PropertyGetSetTests.cs.

◆ SerializedEditLevel()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.SerializedEditLevel ( )

Definition at line 467 of file PropertyGetSetTests.cs.

◆ SerializedExplicitFieldProperties()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.SerializedExplicitFieldProperties ( )

Definition at line 145 of file PropertyGetSetTests.cs.

◆ SerializedManagedFieldProperties()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.SerializedManagedFieldProperties ( )

Definition at line 239 of file PropertyGetSetTests.cs.

◆ SerializedSimpleChildProperties()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.SerializedSimpleChildProperties ( )

Definition at line 337 of file PropertyGetSetTests.cs.

◆ SimpleChildProperties_LazyLoadedChild()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.SimpleChildProperties_LazyLoadedChild ( )

Definition at line 295 of file PropertyGetSetTests.cs.

◆ SmartDateProperties()

void Csla.Test.PropertyGetSet.PropertyGetSetTests.SmartDateProperties ( )

Definition at line 277 of file PropertyGetSetTests.cs.