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.
ValidationRules/RuleWithCyrillic.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6using Csla.Core;
7
9{
10 public class ИзилдрRule : Csla.Rules.BusinessRule
11 {
12 public ИзилдрRule(IPropertyInfo property) : base(property)
13 {}
14 }
15}
Maintains metadata about a property.