C# Class BridgeStack.RangeTypeConstraintAttribute

Inheritance: System.Attribute
Show file Open project: bevacqua/BridgeStack

Public Methods

Method Description
RangeTypeConstraintAttribute ( ) : System

Indicates that this field does not accept min or max parameters.

RangeTypeConstraintAttribute ( Type type ) : System

Indicates the type Min and Max parameters are constrained to.

Method Details

RangeTypeConstraintAttribute() public method

Indicates that this field does not accept min or max parameters.
public RangeTypeConstraintAttribute ( ) : System
return System

RangeTypeConstraintAttribute() public method

Indicates the type Min and Max parameters are constrained to.
public RangeTypeConstraintAttribute ( Type type ) : System
type System.Type
return System