MinSelectLevelAttribute class
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Determines minimum selection level for this field.
[AttributeUsage(AttributeTargets.All)]
public class MinSelectLevelAttribute : Attribute
| parameter | description |
|---|---|
| value | The value. |
Public Members
| name | description |
|---|---|
| MinSelectLevelAttribute(…) | Determines minimum selection level for this field. |
| Value { get; } | Gets the value. |
Remarks
Initializes a new instance of the MinSelectLevelAttribute class.
See Also
- Source: MinSelectLevelAttribute.cs