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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Csla.Ios.Test.NullableTests Class Reference

Public Member Functions

void TestEditNullableWithValueProperty ()
 
void TestEditNullableWithNullProperty ()
 
void TestEditNullableViaBusinessRuleProperty ()
 

Detailed Description

Definition at line 8 of file Csla.Ios.Test/Nullable/NullableTests.cs.

Member Function Documentation

◆ TestEditNullableViaBusinessRuleProperty()

void Csla.Ios.Test.NullableTests.TestEditNullableViaBusinessRuleProperty ( )

Definition at line 30 of file Csla.Ios.Test/Nullable/NullableTests.cs.

◆ TestEditNullableWithNullProperty()

void Csla.Ios.Test.NullableTests.TestEditNullableWithNullProperty ( )

Definition at line 20 of file Csla.Ios.Test/Nullable/NullableTests.cs.

◆ TestEditNullableWithValueProperty()

void Csla.Ios.Test.NullableTests.TestEditNullableWithValueProperty ( )

Definition at line 11 of file Csla.Ios.Test/Nullable/NullableTests.cs.