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

Exibir arquivo Open project: figment/tesvsnip

Public Methods

Method Description
GetDesc ( this rec ) : string
GetFormattedData ( this rec ) : string
GetFormattedData ( this rec, StringBuilder sb ) : void

Private Methods

Method 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 method

public static GetDesc ( this rec ) : string
rec this
return string

GetFormattedData() public static method

public static GetFormattedData ( this rec ) : string
rec this
return string

GetFormattedData() public static method

public static GetFormattedData ( this rec, StringBuilder sb ) : void
rec this
sb StringBuilder
return void