C# Class pGina.Plugin.UsernameMod.Rules.AppendUsername

AppendUsername will append the specified value to the username.
Inheritance: IModifyRule
Afficher le fichier Open project: MutonUfoAI/pgina

Méthodes publiques

Méthode Description
AppendUsername ( Stage stage, string toAppend ) : System
ToString ( ) : string
modify ( string username ) : string
save ( ) : string

Method Details

AppendUsername() public méthode

public AppendUsername ( Stage stage, string toAppend ) : System
stage Stage
toAppend string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

modify() public méthode

public modify ( string username ) : string
username string
Résultat string

save() public méthode

public save ( ) : string
Résultat string