C# Class ArmedCards.Library.Helpers.CardFormatter

Class responsible for generating html tags for cards
Show file Open project: kwmcrell/ArmedCards

Public Methods

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

Method Details

GetBrandingHtml() public static method

Get card branding
public static GetBrandingHtml ( ) : String
return String

Pick2Instructions() public static method

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

PickOrder() public static method

Get pick order div
public static PickOrder ( ) : String
return String

ReplaceBlankWithHtml() public static method

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