ScaleAttribute constructor

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Services

Determines numeric scale (decimal places) for the field.

public ScaleAttribute(int value)
parameter description
value The value.

Remarks

Initializes a new instance of the ScaleAttribute class.

See Also