C# 클래스 ArmedCards.Library.Helpers.CardFormatter

Class responsible for generating html tags for cards
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
GetBrandingHtml ( ) : String

Get card branding

Pick2Instructions ( String innerHtml ) : String

Get pick 2 instructions

PickOrder ( ) : String

Get pick order div

ReplaceBlankWithHtml ( String cardContext ) : String

Replace the stored blank with a span blank

메소드 상세

GetBrandingHtml() 공개 정적인 메소드

Get card branding
public static GetBrandingHtml ( ) : String
리턴 String

Pick2Instructions() 공개 정적인 메소드

Get pick 2 instructions
public static Pick2Instructions ( String innerHtml ) : String
innerHtml String Instructions
리턴 String

PickOrder() 공개 정적인 메소드

Get pick order div
public static PickOrder ( ) : String
리턴 String

ReplaceBlankWithHtml() 공개 정적인 메소드

Replace the stored blank with a span blank
public static ReplaceBlankWithHtml ( String cardContext ) : String
cardContext String The card's content
리턴 String