Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Setting an object property as Ready only Versus Excluding it from the Bind list
- {
- [MetadataType(typeof(Assessment_Validation))]
- [Bind(Exclude = "AssessmentID")]
- public partial class Assessment
- {
- [ReadOnly(true)]
- public string AssessmentID { get; set; }
Advertisement
Add Comment
Please, Sign In to add comment