Book a Demo

Author Topic: How to add C# attribute/annotation  (Read 2683 times)

Stanislaw Tristan

  • EA User
  • **
  • Posts: 35
  • Karma: +0/-0
    • View Profile
How to add C# attribute/annotation
« on: June 15, 2015, 09:13:27 pm »
To create an output below:

[Validated(True, "The error")]
public interface ICustomer
{
     [Required]
     string SomeProperty {get; set;}
}