DecimalField class

namespace: Serenity.Data   assemblySerenity.Net.Entity

Field with a Decimal value

public sealed class DecimalField : GenericValueField<decimal>

Public Members

name description
DecimalField(…) Initializes a new instance of the DecimalField class.
static Factory(…) Static factory for field, for backward compatibility, avoid using.
override GetFromReader(…) Gets field value from a data reader.
override ValueFromJson(…) Deserializes this fields value from JSON
override ValueToJson(…) Serializes this fields value to JSON

See Also