This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is it possibly to make they as partial classes? |
|
|
No. Partial classes are a compile-time thing: it is not possible in C# to add further methods to a compiled class. We would suggest using extension methods instead. |
|
|
Of course, stupid me.Written in late Friday, to much coffee (or perhaps not enough)... I'm missing a "status code" in ValidationError. Such as StatusCode.Required, StatusCode.Invalid etc...Now I just using the message and the mapper determine which code to use. |
|