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.Utilities.UtilitiesTestHelper Class Reference

Public Member Functions

override string ToString ()
 

Static Public Attributes

const string ToStringValue = "UtilitiesTestHelper.ToString"
 

Properties

string StringProperty [getset]
 
string NullableStringProperty [getset]
 
int IntProperty [getset]
 

Detailed Description

Definition at line 12 of file UtilitiesTestHelper.cs.

Member Function Documentation

◆ ToString()

override string Csla.Test.Utilities.UtilitiesTestHelper.ToString ( )

Definition at line 22 of file UtilitiesTestHelper.cs.

Member Data Documentation

◆ ToStringValue

const string Csla.Test.Utilities.UtilitiesTestHelper.ToStringValue = "UtilitiesTestHelper.ToString"
static

Definition at line 14 of file UtilitiesTestHelper.cs.

Property Documentation

◆ IntProperty

int Csla.Test.Utilities.UtilitiesTestHelper.IntProperty
getset

Definition at line 20 of file UtilitiesTestHelper.cs.

◆ NullableStringProperty

string Csla.Test.Utilities.UtilitiesTestHelper.NullableStringProperty
getset

Definition at line 18 of file UtilitiesTestHelper.cs.

◆ StringProperty

string Csla.Test.Utilities.UtilitiesTestHelper.StringProperty
getset

Definition at line 16 of file UtilitiesTestHelper.cs.