Пример #1
0
        ///<summary>
        /// Retrieves the HrCalcType field</summary>
        /// <returns>Returns nullable HrZoneCalc enum representing the HrCalcType field</returns>
        public HrZoneCalc?GetHrCalcType()
        {
            object     obj   = GetFieldValue(5, 0, Fit.SubfieldIndexMainField);
            HrZoneCalc?value = obj == null ? (HrZoneCalc?)null : (HrZoneCalc)obj;

            return(value);
        }
Пример #2
0
 /// <summary>
 /// Set HrCalcType field</summary>
 /// <param name="hrCalcType_">Nullable field value to be set</param>
 public void SetHrCalcType(HrZoneCalc?hrCalcType_)
 {
     SetFieldValue(5, 0, hrCalcType_, Fit.SubfieldIndexMainField);
 }