C# Class Habanero.Smooth.AutoMapDateTimePropRuleAttribute

Marks a Date Range property rule
Inheritance: System.Attribute
Mostrar archivo Open project: Chillisoft/habanero.smooth

Public Methods

Method Description
AutoMapDateTimePropRuleAttribute ( System.DateTime startDateValue, System.DateTime endDateValue ) : System

AutoMapDateTimePropRuleAttribute ( string startDateValue, string endDateValue ) : System

Method Details

AutoMapDateTimePropRuleAttribute() public method

public AutoMapDateTimePropRuleAttribute ( System.DateTime startDateValue, System.DateTime endDateValue ) : System
startDateValue System.DateTime
endDateValue System.DateTime
return System

AutoMapDateTimePropRuleAttribute() public method

public AutoMapDateTimePropRuleAttribute ( string startDateValue, string endDateValue ) : System
startDateValue string
endDateValue string
return System