Int32Field class

namespace: Serenity.Data   assemblySerenity.Net.Entity

Field with Int32 value

public class Int32Field : GenericValueField<int>

Public Members

name description
Int32Field(…) Initializes a new instance of the Int32Field 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