C# Class Habanero.BO.NullBOPropertyMapper

This is a mapper class that handles a null mapping of a property for a specified IBusinessObject.
Inheritance: IBOPropertyMapper
ファイルを表示 Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetPropertyValue() public method

Returns null
public GetPropertyValue ( ) : object
return object

NullBOPropertyMapper() public method

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

SetPropertyValue() public method

Does nothing.
public SetPropertyValue ( object propValue ) : void
propValue object
return void