C# 클래스 com.kumakore.plugin.util.NamingHelper

파일 보기 프로젝트 열기: kumakore/kumakore-sdk

공개 메소드들

메소드 설명
generatePassword ( int randomLength = 10, string prefix = "", string postfix = "" ) : string
generateUserName ( string tag = "kumakore", int randomLength = 5 ) : string

메소드 상세

generatePassword() 공개 정적인 메소드

public static generatePassword ( int randomLength = 10, string prefix = "", string postfix = "" ) : string
randomLength int
prefix string
postfix string
리턴 string

generateUserName() 공개 정적인 메소드

public static generateUserName ( string tag = "kumakore", int randomLength = 5 ) : string
tag string
randomLength int
리턴 string