C# 클래스 StyleCopPlus.Plugin.MoreCustom.NumericValue

Holds numeric value.
파일 보기 프로젝트 열기: shuruev/StyleCopPlus 1 사용 예제들

공개 메소드들

메소드 설명
CreateCharLimit ( ) : NumericValue

Creates numeric value holding char count limit.

CreateMethodSize ( ) : NumericValue

Creates numeric value holding method line count limit.

CreatePropertySize ( ) : NumericValue

Creates numeric value holding property line count limit.

CreateTabSize ( ) : NumericValue

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.

메소드 상세

CreateCharLimit() 공개 정적인 메소드

Creates numeric value holding char count limit.
public static CreateCharLimit ( ) : NumericValue
리턴 NumericValue

CreateMethodSize() 공개 정적인 메소드

Creates numeric value holding method line count limit.
public static CreateMethodSize ( ) : NumericValue
리턴 NumericValue

CreatePropertySize() 공개 정적인 메소드

Creates numeric value holding property line count limit.
public static CreatePropertySize ( ) : NumericValue
리턴 NumericValue

CreateTabSize() 공개 정적인 메소드

Creates numeric value holding tab chars count.
public static CreateTabSize ( ) : NumericValue
리턴 NumericValue

NumericValue() 공개 메소드

Initializes a new instance.
public NumericValue ( int defaultValue, int minValue, int maxValue ) : System
defaultValue int
minValue int
maxValue int
리턴 System

Parse() 공개 메소드

Parses numeric value from text.
public Parse ( string text ) : void
text string
리턴 void