C# Class Habanero.BO.NullBOPropertyMapper

This is a mapper class that handles a null mapping of a property for a specified IBusinessObject.
Inheritance: IBOPropertyMapper
Afficher le fichier Open project: Chillisoft/habanero Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Returns null
public GetPropertyValue ( ) : object
Résultat object

NullBOPropertyMapper() public méthode

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

SetPropertyValue() public méthode

Does nothing.
public SetPropertyValue ( object propValue ) : void
propValue object
Résultat void