Method | Description | |
---|---|---|
CreateCharLimit ( ) : |
Creates numeric value holding char count limit.
|
|
CreateMethodSize ( ) : |
Creates numeric value holding method line count limit.
|
|
CreatePropertySize ( ) : |
Creates numeric value holding property line count limit.
|
|
CreateTabSize ( ) : |
Creates numeric value holding tab chars count.
|
|
NumericValue ( int defaultValue, int minValue, int maxValue ) : System |
Initializes a new instance.
|
|
Parse ( string text ) : void |
Parses numeric value from text.
|
public static CreateCharLimit ( ) : |
||
return |
public static CreateMethodSize ( ) : |
||
return |
public static CreatePropertySize ( ) : |
||
return |
public static CreateTabSize ( ) : |
||
return |
public NumericValue ( int defaultValue, int minValue, int maxValue ) : System | ||
defaultValue | int | |
minValue | int | |
maxValue | int | |
return | System |