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.
ApplicationContextManagerUnitTests.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Csla.TestHelpers
6
{
7
public
class
ApplicationContextManagerUnitTests
:
Csla
.Core.ApplicationContextManagerAsyncLocal
8
{
9
public
Guid
InstanceId
{
get
;
private
set
; } = Guid.NewGuid();
10
11
public
DateTime
CreatedAt
{
get
;
private
set
; } = DateTime.Now;
12
}
13
}
Csla.TestHelpers.ApplicationContextManagerUnitTests
Definition:
ApplicationContextManagerUnitTests.cs:8
Csla.TestHelpers.ApplicationContextManagerUnitTests.CreatedAt
DateTime CreatedAt
Definition:
ApplicationContextManagerUnitTests.cs:11
Csla.TestHelpers.ApplicationContextManagerUnitTests.InstanceId
Guid InstanceId
Definition:
ApplicationContextManagerUnitTests.cs:9
Csla.TestHelpers
Definition:
ApplicationContextFactory.cs:14
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2