C# 클래스 UserApp.CodeConventions.CSharpCodeConvention

Adds support for CSharp code convention
상속: ICodeConvention
파일 보기 프로젝트 열기: userapp-io/userapp-dotnet

공개 메소드들

메소드 설명
ConvertArgumentName ( string argumentName ) : string
ConvertMethodName ( string methodName ) : string
ConvertPropertyName ( string methodName ) : string
ConvertServiceName ( string serviceName ) : string

비공개 메소드들

메소드 설명
ApplyCamelCaseFormat ( string value ) : string
ApplyLowercaseAndUnderscoreFormat ( string value ) : string

메소드 상세

ConvertArgumentName() 공개 메소드

public ConvertArgumentName ( string argumentName ) : string
argumentName string
리턴 string

ConvertMethodName() 공개 메소드

public ConvertMethodName ( string methodName ) : string
methodName string
리턴 string

ConvertPropertyName() 공개 메소드

public ConvertPropertyName ( string methodName ) : string
methodName string
리턴 string

ConvertServiceName() 공개 메소드

public ConvertServiceName ( string serviceName ) : string
serviceName string
리턴 string