angtianqiang

Results 11 comments of angtianqiang

@mark64digital 我也遇到同样的问题,不知道怎么解决,可以方案?

回复这么快

[Create, RunLocal] private void Create() { } Method can be marked as private,public is not ok

@rockfordlhotka Thanks for your reply. I have solved the problem according to your instructions. Thanks again!

@aprokopyev I've been using CSLA for the business layer, DevExpress for the interface (WPF), and a framework that works great

One more problem: non-backing fields from previous versions of commands can also flow between clients and servers, and the new version seems to require backing fields. [Serializable] public class ClearCacheCommand...

Do a simple test to add business validation rules to the class: protected override void AddBusinessRules() { base.AddBusinessRules(); BusinessRules.AddRule(new Csla.Rules.CommonRules.Required(LastNameProperty, "LastName Can't be empty")); } Test results (translated into variable...