CSLA.NET
5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
ObjectAccessor.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="ObjectAccessor.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>internal implemetation to expose BypassPropertyChecks</summary>
7
//-----------------------------------------------------------------------
8
using
System;
9
using
System.Collections.Generic;
10
using
System.Linq;
11
using
System.Text;
12
using
System.Threading.Tasks;
13
using
Csla
.
Server
;
14
15
namespace
Csla.Validation
16
{
17
internal
class
ObjectAccessor :
ObjectFactory
18
{
19
internal
new
IDisposable
BypassPropertyChecks
(
Csla
.
Core
.
BusinessBase
target)
20
{
21
return
base.
BypassPropertyChecks
(target);
22
}
23
}
24
}
Csla.Core.BusinessBase
This is the non-generic base class from which most business objects will be derived.
Definition:
Csla/Core/BusinessBase.cs:54
Csla.Server.ObjectFactory
Base class to be used when creating a data portal factory object.
Definition:
ObjectFactory.cs:23
Csla.Server.ObjectFactory.BypassPropertyChecks
IDisposable BypassPropertyChecks(Csla.Core.BusinessBase businessObject)
By wrapping this property inside Using block you can set property values on businessObject business o...
Definition:
ObjectFactory.cs:204
Csla.Core
Definition:
AddedNewEventArgs.cs:11
Csla.Server
Definition:
BrokeredPortal.cs:9
Csla.Validation
Definition:
Csla.Validation.Android/Resources/Resource.Designer.cs:14
Csla
Definition:
Csla.AspNetCore.Shared/ApplicationContextManager.cs:16
Generated by
1.9.2