C# 클래스 Habanero.BO.NullBOPropertyMapper

This is a mapper class that handles a null mapping of a property for a specified IBusinessObject.
상속: IBOPropertyMapper
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
GetPropertyValue ( ) : object

Returns null

NullBOPropertyMapper ( string propertyName, string invalidReason ) : Habanero.Base

Constructor. Nothing is done with the values except for storing them.

SetPropertyValue ( object propValue ) : void

Does nothing.

메소드 상세

GetPropertyValue() 공개 메소드

Returns null
public GetPropertyValue ( ) : object
리턴 object

NullBOPropertyMapper() 공개 메소드

Constructor. Nothing is done with the values except for storing them.
public NullBOPropertyMapper ( string propertyName, string invalidReason ) : Habanero.Base
propertyName string
invalidReason string
리턴 Habanero.Base

SetPropertyValue() 공개 메소드

Does nothing.
public SetPropertyValue ( object propValue ) : void
propValue object
리턴 void