C# Class com.kumakore.plugin.util.NamingHelper

显示文件 Open project: kumakore/kumakore-sdk

Public Methods

Method Description
generatePassword ( int randomLength = 10, string prefix = "", string postfix = "" ) : string
generateUserName ( string tag = "kumakore", int randomLength = 5 ) : string

Method Details

generatePassword() public static method

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

generateUserName() public static method

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