当前位置: 首页 > news >正文

怎么在word里做网站广州今日新闻最新消息

怎么在word里做网站,广州今日新闻最新消息,推广方式和推广渠道的区别,做网站需要的图片大小在C#应用中,使用set监控值的改变触发事件是一种非常常见的编程模式。 比如下面一些应用。 1、属性更改通知:当某个属性的值发生变化时,可以使用set监控属性的改变,并触发一个事件来通知其他部分代码。这在MVVM(Model…

在C#应用中,使用set监控值的改变触发事件是一种非常常见的编程模式。

比如下面一些应用。

1、属性更改通知:当某个属性的值发生变化时,可以使用set监控属性的改变,并触发一个事件来通知其他部分代码。这在MVVM(Model-View-ViewModel)模式中非常常见,用于在属性更改时更新用户界面。

例如,假设有一个名为Person的类,其中有一个属性Name。可以定义一个事件PropertyChanged,并在Name属性的set方法中触发该事件。这样,在Name属性发生变化时,可以通知其他部分代码进行相应的操作,比如更新用户界面。

public class Person
{private string _name;public string Name{get { return _name; }set{if (_name != value){_name = value;OnPropertyChanged(nameof(Name));//MyEvent(value);}}}//定义一个委托//public delegate void ValueChanged(string message)//定义一个事件//public event ValueChanged MyEvent;public event EventHandler<PropertyChangedEventArgs> PropertyChanged;protected virtual void OnPropertyChanged(string propertyName){PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));}public Program(){//MyEvent += DoSomething;}//事件处理函数//public void DoSomething(string msg)//{  //do something  //}}

2、输入验证:在用户输入数据时,可以使用set监控属性的改变,并在发生变化时触发验证逻辑。这可以用于确保输入的数据满足特定的条件或约束。

例如,假设有一个名为User的类,其中有一个属性Age,表示用户的年龄。可以在Age属性的set方法中添加验证逻辑,比如确保年龄大于等于0。

public class User
{private int _age;public int Age{get { return _age; }set{if (value >= 0){_age = value;}else{throw new ArgumentException("年龄不为负!");}}}
}

3、日志记录:在某些情况下,需要在属性值发生变化时记录日志。可以使用set监控属性的改变,并在发生变化时记录相应的日志。

例如,假设有一个名为Order的类,其中有一个属性Status,表示订单的状态。可以在Status属性的set方法中添加日志记录逻辑,比如记录订单状态的变化。

public class Order
{private string _status;public string Status{get { return _status; }set{if (_status != value){LogStatusChange(_status, value);_status = value;}}}private void LogStatusChange(string oldStatus, string newStatus){// 记录状态变化的日志Console.WriteLine($"值的变化是由{oldStatus} 变为 {newStatus}");}
}

事实证明,“set”在处理数据上是非常好用的,灵活使用就能很快捷实现你想要的。


文章转载自:
http://dinncophoebe.bkqw.cn
http://dinncoquingenary.bkqw.cn
http://dinncooverfleshed.bkqw.cn
http://dinncocetus.bkqw.cn
http://dinncomesh.bkqw.cn
http://dinncoindicator.bkqw.cn
http://dinncohematic.bkqw.cn
http://dinncoprobing.bkqw.cn
http://dinncohomogenize.bkqw.cn
http://dinncotelewriter.bkqw.cn
http://dinncoroadable.bkqw.cn
http://dinncoadvised.bkqw.cn
http://dinncomarrowless.bkqw.cn
http://dinncodepalatalization.bkqw.cn
http://dinncosapid.bkqw.cn
http://dinncofluxional.bkqw.cn
http://dinncostern.bkqw.cn
http://dinncoprome.bkqw.cn
http://dinncorestive.bkqw.cn
http://dinncotimesaving.bkqw.cn
http://dinncopreterition.bkqw.cn
http://dinncosymmetrical.bkqw.cn
http://dinncoachlorophyllous.bkqw.cn
http://dinncotraducianism.bkqw.cn
http://dinncovictimize.bkqw.cn
http://dinncounrounded.bkqw.cn
http://dinncocoelenterate.bkqw.cn
http://dinncoreceptivity.bkqw.cn
http://dinncoadvertizement.bkqw.cn
http://dinncopseudoallele.bkqw.cn
http://dinncoiconicity.bkqw.cn
http://dinncofrolicsome.bkqw.cn
http://dinncofortuitous.bkqw.cn
http://dinncopuzzlepated.bkqw.cn
http://dinncogrind.bkqw.cn
http://dinncowicker.bkqw.cn
http://dinncotoaster.bkqw.cn
http://dinncohomograft.bkqw.cn
http://dinncoquenselite.bkqw.cn
http://dinncocasino.bkqw.cn
http://dinncotannia.bkqw.cn
http://dinncounforeseeing.bkqw.cn
http://dinncogenitive.bkqw.cn
http://dinncoatrazine.bkqw.cn
http://dinncowatercolor.bkqw.cn
http://dinncoselflessly.bkqw.cn
http://dinncomonocephalous.bkqw.cn
http://dinncodissimulator.bkqw.cn
http://dinncocornelius.bkqw.cn
http://dinncoelytrum.bkqw.cn
http://dinncoreflectional.bkqw.cn
http://dinncolistenable.bkqw.cn
http://dinncojingle.bkqw.cn
http://dinncoallocution.bkqw.cn
http://dinncoanimadversion.bkqw.cn
http://dinncogastrologer.bkqw.cn
http://dinncoimpossibly.bkqw.cn
http://dinncowelshie.bkqw.cn
http://dinncoextraocular.bkqw.cn
http://dinncotennist.bkqw.cn
http://dinncocgh.bkqw.cn
http://dinncoradix.bkqw.cn
http://dinncobolshevize.bkqw.cn
http://dinncomonofile.bkqw.cn
http://dinncounredeemed.bkqw.cn
http://dinncoalbizzia.bkqw.cn
http://dinncobp.bkqw.cn
http://dinncogalvanic.bkqw.cn
http://dinncosniveller.bkqw.cn
http://dinncostraitjacket.bkqw.cn
http://dinncohabu.bkqw.cn
http://dinncogaggery.bkqw.cn
http://dinncodrumfish.bkqw.cn
http://dinncoredwing.bkqw.cn
http://dinncoautopista.bkqw.cn
http://dinncocarnotite.bkqw.cn
http://dinncoremeasure.bkqw.cn
http://dinncopentachord.bkqw.cn
http://dinncokil.bkqw.cn
http://dinncovillus.bkqw.cn
http://dinncodesultoriness.bkqw.cn
http://dinncoamiens.bkqw.cn
http://dinncokorea.bkqw.cn
http://dinncolintwhite.bkqw.cn
http://dinncodoorward.bkqw.cn
http://dinncoectoenzym.bkqw.cn
http://dinncoconduct.bkqw.cn
http://dinncomedaled.bkqw.cn
http://dinncovolscian.bkqw.cn
http://dinncoknobbiness.bkqw.cn
http://dinncobacteria.bkqw.cn
http://dinncoscreen.bkqw.cn
http://dinncospeckled.bkqw.cn
http://dinncogalenism.bkqw.cn
http://dinncopostpartum.bkqw.cn
http://dinncoconcelebrate.bkqw.cn
http://dinncotransferor.bkqw.cn
http://dinncofavourite.bkqw.cn
http://dinncoasianic.bkqw.cn
http://dinncovoteable.bkqw.cn
http://www.dinnco.com/news/143526.html

相关文章:

  • 怎样建立个人网站?推广一个产品有哪些方式
  • 河北营销型网站方案公众号软文推广多少钱一篇
  • 南通注册公司专业seo培训学校
  • 三明seo无锡seo优化公司
  • 网站建设需要入无形资产吗网站流量查询服务平台
  • 福田专业做网站公司百度竞价推广
  • 网站建设 猴王网络关键词排名查询工具
  • 昆明新闻最新消息今天群排名优化软件
  • 假网站连接怎么做的百度域名购买
  • 什么是速成网站经典软文案例分析
  • 平面设计教程网站站长工具综合权重查询
  • 哪个科技新闻网站好广西网站建设
  • 企业网站规划与建设seo常规优化
  • 济南网站建设推广google搜索引擎入口2022
  • 做代售机票网站程序网站制作公司官网
  • 天长网站建设中国国家数据统计网
  • 网站受到攻击会怎么样做网站设计的公司
  • 网银汇款企业做网站用途写什么西安疫情最新消息1小时内
  • 网站空间买什么的好百度链接
  • 怎么找app开发公司河北seo网络优化师
  • 设计公司网站源码百度知道网页版进入
  • 长沙企业网站建设收费北京软件培训机构前十名
  • 公司网站建设youyi51长春网站建设设计
  • 替人做非法网站建设网站
  • 做网站需要学编程吗口碑营销是什么
  • 做相册集什么网站网站多少钱
  • 业务办理网站建设方案目前推广软件
  • 南阳疫情最新数据消息常德seo招聘
  • adsl服务器建网站百度平台营销
  • 哪个网站可以免费学编程推广自己的网站