C# 클래스 NotificationsExtensions.BadgeContent.BadgeContentFactory

A factory which creates Badge content objects for all of the Badge template types.
파일 보기 프로젝트 열기: nickharris/WnsRecipe

공개 메소드들

메소드 설명
CreateBadgeGlyph ( ) : BadgeGlyphNotificationContent

Creates a Badge Glyph template content object.

CreateBadgeNumeric ( ) : BadgeNumericNotificationContent

Creates a Badge Numeric template content object.

메소드 상세

CreateBadgeGlyph() 공개 정적인 메소드

Creates a Badge Glyph template content object.
public static CreateBadgeGlyph ( ) : BadgeGlyphNotificationContent
리턴 BadgeGlyphNotificationContent

CreateBadgeNumeric() 공개 정적인 메소드

Creates a Badge Numeric template content object.
public static CreateBadgeNumeric ( ) : BadgeNumericNotificationContent
리턴 BadgeNumericNotificationContent