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
EvaluatePropertiesForSimplicityAnalyzerConstants.cs
Go to the documentation of this file.
1namespace Csla.Analyzers
2{
3 public static class OnlyUseCslaPropertyMethodsInGetSetRuleConstants
4 {
5 public const string Title = "Evaluate Properties for Simplicity";
6 public const string IdentifierText = "OnlyUseCslaPropertyMethodsInGetSetRule";
7 public const string Message = "Properties that use managed backing fields should only use Get/Set/Read/Load methods and nothing else";
8 }
9}