Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
JsonIgnore
Message
 
 
À
23/09/2014 11:49:32
Information générale
Forum:
ASP.NET
Catégorie:
Client-side développement
Titre:
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01608052
Message ID:
01608056
Vues:
21
>>Hi everybody,
>>
>>I am wondering when do I need to use this attribute and what exactly does this attribute do.
>>
>>Say, I want to have a property in my model that I am going to set in JavaScript code to pass back to the server. I don't want to retrieve that property.
>>
>>So, is this property a good candidate for this attribute?
>>
>>Thanks in advance.
>
>JsonIgnore is used to prevent a property in your model from being serialized to JSON. Use it when you don't want to send that property to the client via JSON. Your property will still be retrieved when you fetch it from the database (unless you have a projection that doesn't include that property).


This property is not a column in the database. I created a new property called CalculateSuffix and I set it from the JavaScript. So, do I need to use this attribute for that property or not or it doesn't matter?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform