C# 클래스 BenefitsAllocationUpload.Models.NoDateValueConverter

Handles the proper setting of the date value should we return a null value from the database when creating the initial file.
상속: FileHelpers.ConverterBase
파일 보기 프로젝트 열기: ucdavis/BenefitsAllocationUpload

공개 메소드들

메소드 설명
FieldToString ( object fieldValue ) : string
StringToField ( string from ) : object

메소드 상세

FieldToString() 공개 메소드

public FieldToString ( object fieldValue ) : string
fieldValue object
리턴 string

StringToField() 공개 메소드

public StringToField ( string from ) : object
from string
리턴 object