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
FindOperationsWithNonSerializableArgumentsAnalyzerConstants.cs
Go to the documentation of this file.
1
namespace
Csla.Analyzers
2
{
3
public
static
class
FindOperationsWithNonSerializableArgumentsConstants
4
{
5
public
const
string
Title =
"Find Operation Arguments That Are Not Serializable"
;
6
public
const
string
IdentifierText =
"FindOperationsWithNonSerializableArguments"
;
7
public
const
string
Message =
"Operation argument types should be serializable"
;
8
}
9
}
Csla.Analyzers
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2