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
UtilitiesTestHelper.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="UtilitiesTestHelper.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>no summary</summary>
7
//-----------------------------------------------------------------------
8
using
System;
9
10
namespace
Csla.Test.Utilities
11
{
12
public
class
UtilitiesTestHelper
13
{
14
public
const
string
ToStringValue
=
"UtilitiesTestHelper.ToString"
;
15
16
public
string
StringProperty
{
get
;
set
; }
17
18
public
string
NullableStringProperty
{
get
;
set
; }
19
20
public
int
IntProperty
{
get
;
set
; }
21
22
public
override
string
ToString
()
23
{
24
return
ToStringValue
;
25
}
26
}
27
}
Csla.Test.Utilities.UtilitiesTestHelper
Definition:
UtilitiesTestHelper.cs:13
Csla.Test.Utilities.UtilitiesTestHelper.NullableStringProperty
string NullableStringProperty
Definition:
UtilitiesTestHelper.cs:18
Csla.Test.Utilities.UtilitiesTestHelper.ToStringValue
const string ToStringValue
Definition:
UtilitiesTestHelper.cs:14
Csla.Test.Utilities.UtilitiesTestHelper.ToString
override string ToString()
Definition:
UtilitiesTestHelper.cs:22
Csla.Test.Utilities.UtilitiesTestHelper.StringProperty
string StringProperty
Definition:
UtilitiesTestHelper.cs:16
Csla.Test.Utilities.UtilitiesTestHelper.IntProperty
int IntProperty
Definition:
UtilitiesTestHelper.cs:20
Csla.Test.Utilities
Definition:
CorerseValueTests.cs:26
Generated by
1.9.2