C# 클래스 TESVSnip.UI.Rendering.Extensions.StringRenderer

파일 보기 프로젝트 열기: figment/tesvsnip

공개 메소드들

메소드 설명
GetDesc ( this rec ) : string
GetFormattedData ( this rec ) : string
GetFormattedData ( this rec, StringBuilder sb ) : void

비공개 메소드들

메소드 설명
GetBaseDesc ( this rec ) : string
GetDesc ( this rec, ISelectionContext context ) : string
GetExtendedDesc ( this rec, ISelectionContext selectContext ) : string
GetSubDesc ( this rec ) : string

메소드 상세

GetDesc() 공개 정적인 메소드

public static GetDesc ( this rec ) : string
rec this
리턴 string

GetFormattedData() 공개 정적인 메소드

public static GetFormattedData ( this rec ) : string
rec this
리턴 string

GetFormattedData() 공개 정적인 메소드

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