当前位置:网站首页>WCF: expose unset read-only DataMember property- WCF: Exposing readonly DataMember properties without set?
WCF: expose unset read-only DataMember property- WCF: Exposing readonly DataMember properties without set?
2022-07-05 01:29:00 【Zafo】
problem :
I have a server side class which I make available on the client side through a [DataContract]. I have a server-side class , Can pass [DataContract] Use on client .This class has a readonly field which I'd like to make available through a property. This class has a read-only field , I want to provide this field through an attribute .However, I'm unable to do so because it doesn't seem that I'm allowed to add a [DataMember] property without having both get and set. however , I can't do this , Because it seems that I am not allowed to get and set Add if [DataMember] attribute .
So - is there a way to have a [DataMember] property without setter? therefore - Is there any way? No setter Of [DataMember] Attribute ?
[DataContract]class SomeClass{ private readonly int _id; public SomeClass() { .. } [DataMember] public int Id { get { return _id; } } [DataMember] public string SomeString { get; set; }}Or will the solution be use the [DataMember] as the field - (like eg shown here )? Or use it in the solution [ Data member ] As field - ( For example, image display ad locum )?Tried doing this too, but it doesn't seem to care the field is readonly..? I have also tried to do this , But it doesn't seem to care that the field is read-only .
Edit : Is the only way to make a readonly property by hacking it like this? edit : Is this the only way to make it a read-only property ?(no - I don't want to do this...)( no - I don't want to do that ...)
[DataMember]public int Id{ get { return _id; } private set { /* NOOP */ }}Solution :
Reference resources : https://stackoom.com/en/question/7rRd边栏推荐
- JS implementation determines whether the point is within the polygon range
- Wechat applet: the latest WordPress black gold wallpaper wechat applet two open repair version source code download support traffic main revenue
- BGP comprehensive experiment
- 小程序容器技术与物联网 IoT 可以碰撞出什么样的火花
- [flutter topic] 64 illustration basic textfield text input box (I) # yyds dry goods inventory #
- POAP:NFT的采用入口?
- Query for Boolean field as "not true" (e.g. either false or non-existent)
- Discrete mathematics: reasoning rules
- Basic operations of database and table ----- create index
- Complex, complicated and numerous: illustration of seven types of code coupling
猜你喜欢

POAP:NFT的采用入口?

Is there a sudden failure on the line? How to make emergency diagnosis, troubleshooting and recovery

Phpstrom setting function annotation description

微信小程序:最新wordpress黑金壁纸微信小程序 二开修复版源码下载支持流量主收益

【海浪建模1】海浪建模的理论分析和matlab仿真

Wechat applet; Gibberish generator

Exploration and practice of integration of streaming and wholesale in jd.com

Wechat applet: the latest WordPress black gold wallpaper wechat applet two open repair version source code download support traffic main revenue

Great God developed the new H5 version of arXiv, saying goodbye to formula typography errors in one step, and mobile phones can also easily read literature

107. Some details of SAP ui5 overflow toolbar container control and resize event processing
随机推荐
Wechat applet: Xingxiu UI v1.5 WordPress system information resources blog download applet wechat QQ dual end source code support WordPress secondary classification loading animation optimization
Database postragesql client authentication
Blue Bridge Cup Square filling (DFS backtracking)
Global and Chinese market of optical densitometers 2022-2028: Research Report on technology, participants, trends, market size and share
【FPGA教程案例10】基于Verilog的复数乘法器设计与实现
What is the current situation and Prospect of the software testing industry in 2022?
Are you still writing the TS type code
Nebula importer data import practice
[FPGA tutorial case 9] design and implementation of clock manager based on vivado core
视频网站手绘
Wechat applet; Gibberish generator
Wechat applet: independent background with distribution function, Yuelao office blind box for making friends
Database postragesql client connection default
batchnorm. Py this file single GPU operation error solution
微信小程序;胡言乱语生成器
线上故障突突突?如何紧急诊断、排查与恢复
Research Report on the overall scale, major producers, major regions, products and application segmentation of agricultural automatic steering system in the global market in 2022
107. Some details of SAP ui5 overflow toolbar container control and resize event processing
After reading the average code written by Microsoft God, I realized that I was still too young
【FPGA教程案例9】基于vivado核的时钟管理器设计与实现