C# 클래스 Catel.Fody.NotOutOfRangeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Catel/Catel.Fody

공개 메소드들

메소드 설명
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

메소드 상세

NotOutOfRangeAttribute() 공개 메소드

public NotOutOfRangeAttribute ( double minValue, double maxValue ) : System
minValue double
maxValue double
리턴 System

NotOutOfRangeAttribute() 공개 메소드

public NotOutOfRangeAttribute ( float minValue, float maxValue ) : System
minValue float
maxValue float
리턴 System

NotOutOfRangeAttribute() 공개 메소드

public NotOutOfRangeAttribute ( int minValue, int maxValue ) : System
minValue int
maxValue int
리턴 System

NotOutOfRangeAttribute() 공개 메소드

public NotOutOfRangeAttribute ( long minValue, long maxValue ) : System
minValue long
maxValue long
리턴 System

NotOutOfRangeAttribute() 공개 메소드

public NotOutOfRangeAttribute ( string minValue, string maxValue ) : System
minValue string
maxValue string
리턴 System