common/Service/MeterProcessState/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs
2026-04-23 17:50:07 +02:00

11 lines
246 B
C#

using System;
namespace Service.MeterProcessState.Areas.HelpPage.ModelDescriptions
{
public class ParameterAnnotation
{
public Attribute AnnotationAttribute { get; set; }
public String Documentation { get; set; }
}
}