ScaleAttribute class
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Data
Determines numeric scale (decimal places) for the field.
[AttributeUsage(AttributeTargets.All)]
public class ScaleAttribute : Attribute
Public Members
| name | description |
|---|---|
| ScaleAttribute(…) | Initializes a new instance of the ScaleAttribute class. |
| Value { get; set; } | Gets or sets the value. |
See Also
- Source: ScaleAttribute.cs