suppose I have the following class
class A { [Required] public string Name {get; set;} [Required] public string NickName {get; set;} [Required] pu