MonitoredPropertyKeyAttribute.cs 182 B

1234567
  1. namespace Quadarax.Foundation.Core.QMonitor.Attributes
  2. {
  3. public class MonitoredPropertyKeyAttribute : Attribute
  4. {
  5. public int KeyOrder { get; set; }
  6. }
  7. }