Property | Type | Description | |
---|---|---|---|
CreateDateTimePropRule | PropRuleDate | ||
CreateDateTimeStringPropRule | PropRuleDate | ||
CreateIntPropRule | IPropRule | ||
CreatePatternMatchPropRule | Habanero.BO.PropRuleString | ||
CreateShortPropRule | IPropRule | ||
CreateStringLengthPropRule | Habanero.BO.PropRuleString | ||
GetDate | System.DateTime |
Method | Description | |
---|---|---|
MapProperty ( ) : IPropDef |
Will attempt to map a PropertyInfo to an IPropDef. If it cannot be mapped then will return null.
|
|
PropertyAutoMapper ( |
Constructs the Property Automapper for a particular PropertyInfo.
|
|
PropertyAutoMapper ( PropertyWrapper propertyWrapper ) : System |
Constructs the Property Automapper for a particular ReflectionWrappers.PropertyWrapper where a PropertyWrapper typically wraps a PropertyInfo and provides additional methods.
|
Method | Description | |
---|---|---|
CreateDateTimePropRule ( ) : PropRuleDate | ||
CreateDateTimeStringPropRule ( ) : PropRuleDate | ||
CreateIntPropRule ( ) : IPropRule | ||
CreatePatternMatchPropRule ( ) : Habanero.BO.PropRuleString | ||
CreateShortPropRule ( ) : IPropRule | ||
CreateStringLengthPropRule ( ) : Habanero.BO.PropRuleString | ||
GetDate ( string dateString, System.DateTime initialDate ) : System.DateTime |
public PropertyAutoMapper ( |
||
propInfo | ||
return | System |
public PropertyAutoMapper ( PropertyWrapper propertyWrapper ) : System | ||
propertyWrapper | PropertyWrapper | |
return | System |