common/Service/MeterProcessState/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs

11 lines
246 B
C#
Raw Normal View History

2026-04-23 15:50:07 +00:00
using System;
namespace Service.MeterProcessState.Areas.HelpPage.ModelDescriptions
{
public class ParameterAnnotation
{
public Attribute AnnotationAttribute { get; set; }
public String Documentation { get; set; }
}
}