using System; namespace ln.http.api { public class ESPropertyAttribute : Attribute { public string Name { get; set; } public bool ReadOnly { get; set; } } }