C# Class Catel.Fody.NotOutOfRangeAttribute

Inheritance: System.Attribute
Show file Open project: Catel/Catel.Fody

Public Methods

Method Description
NotOutOfRangeAttribute ( double minValue, double maxValue ) : System
NotOutOfRangeAttribute ( float minValue, float maxValue ) : System
NotOutOfRangeAttribute ( int minValue, int maxValue ) : System
NotOutOfRangeAttribute ( long minValue, long maxValue ) : System
NotOutOfRangeAttribute ( string minValue, string maxValue ) : System

Method Details

NotOutOfRangeAttribute() public method

public NotOutOfRangeAttribute ( double minValue, double maxValue ) : System
minValue double
maxValue double
return System

NotOutOfRangeAttribute() public method

public NotOutOfRangeAttribute ( float minValue, float maxValue ) : System
minValue float
maxValue float
return System

NotOutOfRangeAttribute() public method

public NotOutOfRangeAttribute ( int minValue, int maxValue ) : System
minValue int
maxValue int
return System

NotOutOfRangeAttribute() public method

public NotOutOfRangeAttribute ( long minValue, long maxValue ) : System
minValue long
maxValue long
return System

NotOutOfRangeAttribute() public method

public NotOutOfRangeAttribute ( string minValue, string maxValue ) : System
minValue string
maxValue string
return System