C# Class TESVSnip.UI.Rendering.Extensions.StringRenderer

Afficher le fichier Open project: figment/tesvsnip

Méthodes publiques

Méthode Description
GetDesc ( this rec ) : string
GetFormattedData ( this rec ) : string
GetFormattedData ( this rec, StringBuilder sb ) : void

Private Methods

Méthode Description
GetBaseDesc ( this rec ) : string
GetDesc ( this rec, ISelectionContext context ) : string
GetExtendedDesc ( this rec, ISelectionContext selectContext ) : string
GetSubDesc ( this rec ) : string

Method Details

GetDesc() public static méthode

public static GetDesc ( this rec ) : string
rec this
Résultat string

GetFormattedData() public static méthode

public static GetFormattedData ( this rec ) : string
rec this
Résultat string

GetFormattedData() public static méthode

public static GetFormattedData ( this rec, StringBuilder sb ) : void
rec this
sb StringBuilder
Résultat void