Skip to main content

RangeAttribute

Document the allowable min and max range for this property

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class RangeAttribute : AttributeBase, _Attribute

Properties

Minimum

View Source
Declaration
public object Minimum { get; }

Maximum

View Source
Declaration
public object Maximum { get; }

OperandType

View Source
Declaration
public Type OperandType { get; }

Implements

  • System.Runtime.InteropServices._Attribute