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

Afficher le fichier Open project: kumakore/kumakore-sdk

Méthodes publiques

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

Method Details

generatePassword() public static méthode

public static generatePassword ( int randomLength = 10, string prefix = "", string postfix = "" ) : string
randomLength int
prefix string
postfix string
Résultat string

generateUserName() public static méthode

public static generateUserName ( string tag = "kumakore", int randomLength = 5 ) : string
tag string
randomLength int
Résultat string