Validation soap messages in WCF C# -


is possible check if field marked [datacontract] belongs list of string ?

i mean that:

[datacontract(possiblevalues=somelist)] string value; 

not directly, implement dataannotations implement server side validation. see here examples.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -