C# 클래스 YAMP.ConventionExtensions

Contains some extensions used to tackle some conventions used in the code.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
IsArgumentFunction ( this functionName ) : System.Boolean

Detects if the given function name belongs to an argument function.

RemoveExpressionConvention ( this expressionName ) : String

Removes the expression convention from a string.

RemoveFunctionConvention ( this functionName ) : String

Removes the function convention from a string.

RemoveOperatorConvention ( this operatorName ) : String

Removes the operator convention from a string.

RemoveValueConvention ( this valueName ) : String

Removes the value convention from a string.

메소드 상세

IsArgumentFunction() 공개 정적인 메소드

Detects if the given function name belongs to an argument function.
public static IsArgumentFunction ( this functionName ) : System.Boolean
functionName this The given function name.
리턴 System.Boolean

RemoveExpressionConvention() 공개 정적인 메소드

Removes the expression convention from a string.
public static RemoveExpressionConvention ( this expressionName ) : String
expressionName this
리턴 String

RemoveFunctionConvention() 공개 정적인 메소드

Removes the function convention from a string.
public static RemoveFunctionConvention ( this functionName ) : String
functionName this
리턴 String

RemoveOperatorConvention() 공개 정적인 메소드

Removes the operator convention from a string.
public static RemoveOperatorConvention ( this operatorName ) : String
operatorName this
리턴 String

RemoveValueConvention() 공개 정적인 메소드

Removes the value convention from a string.
public static RemoveValueConvention ( this valueName ) : String
valueName this
리턴 String