C# Class Amoeba.MessageConverter

Datei anzeigen Open project: Alliance-Network/Amoeba

Public Methods

Method Description
ToInfoMessage ( Box box ) : string
ToInfoMessage ( Seed seed ) : string
ToInfoMessage ( Tag tag ) : string
ToTagString ( Tag tag ) : string

Method Details

ToInfoMessage() public static method

public static ToInfoMessage ( Box box ) : string
box Box
return string

ToInfoMessage() public static method

public static ToInfoMessage ( Seed seed ) : string
seed Seed
return string

ToInfoMessage() public static method

public static ToInfoMessage ( Tag tag ) : string
tag Tag
return string

ToTagString() public static method

public static ToTagString ( Tag tag ) : string
tag Tag
return string