Class FieldRepository.FieldDataEntity
- Namespace
- InSite.Persistence.Plugin.NCSHA
- Assembly
- InSite.Persistence.dll
public class FieldRepository.FieldDataEntity
- Inheritance
-
FieldRepository.FieldDataEntity
- Inherited Members
Constructors
FieldDataEntity()
public FieldDataEntity()
Properties
Id
public int Id { get; set; }
Property Value
State
public string State { get; set; }
Property Value
Value
public string Value { get; set; }
Property Value
Year
public int Year { get; set; }