C# Класс OKr.Common.TileContentFactory

A factory which creates tile content objects for all of the toast template types.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateTileSquareBlock ( ) : ITileSquareBlock

Creates a tile content object for the TileSquareBlock template.

CreateTileSquareImage ( ) : ITileSquareImage

Creates a tile content object for the TileSquareImage template.

CreateTileSquarePeekImageAndText01 ( ) : ITileSquarePeekImageAndText01

Creates a tile content object for the TileSquarePeekImageAndText01 template.

CreateTileSquarePeekImageAndText02 ( ) : ITileSquarePeekImageAndText02

Creates a tile content object for the TileSquarePeekImageAndText02 template.

CreateTileSquarePeekImageAndText03 ( ) : ITileSquarePeekImageAndText03

Creates a tile content object for the TileSquarePeekImageAndText03 template.

CreateTileSquarePeekImageAndText04 ( ) : ITileSquarePeekImageAndText04

Creates a tile content object for the TileSquarePeekImageAndText04 template.

CreateTileSquareText01 ( ) : ITileSquareText01

Creates a tile content object for the TileSquareText01 template.

CreateTileSquareText02 ( ) : ITileSquareText02

Creates a tile content object for the TileSquareText02 template.

CreateTileSquareText03 ( ) : ITileSquareText03

Creates a tile content object for the TileSquareText03 template.

CreateTileSquareText04 ( ) : ITileSquareText04

Creates a tile content object for the TileSquareText04 template.

CreateTileWideBlockAndText01 ( ) : ITileWideBlockAndText01

Creates a tile content object for the TileWideBlockAndText01 template.

CreateTileWideBlockAndText02 ( ) : ITileWideBlockAndText02

Creates a tile content object for the TileWideBlockAndText02 template.

CreateTileWideImage ( ) : ITileWideImage

Creates a tile content object for the TileWideImage template.

CreateTileWideImageAndText01 ( ) : ITileWideImageAndText01

Creates a tile content object for the TileWideImageAndText01 template.

CreateTileWideImageAndText02 ( ) : ITileWideImageAndText02

Creates a tile content object for the TileWideImageAndText02 template.

CreateTileWideImageCollection ( ) : ITileWideImageCollection

Creates a tile content object for the TileWideImageCollection template.

CreateTileWidePeekImage01 ( ) : ITileWidePeekImage01

Creates a tile content object for the TileWidePeekImage01 template.

CreateTileWidePeekImage02 ( ) : ITileWidePeekImage02

Creates a tile content object for the TileWidePeekImage02 template.

CreateTileWidePeekImage03 ( ) : ITileWidePeekImage03

Creates a tile content object for the TileWidePeekImage03 template.

CreateTileWidePeekImage04 ( ) : ITileWidePeekImage04

Creates a tile content object for the TileWidePeekImage04 template.

CreateTileWidePeekImage05 ( ) : ITileWidePeekImage05

Creates a tile content object for the TileWidePeekImage05 template.

CreateTileWidePeekImage06 ( ) : ITileWidePeekImage06

Creates a tile content object for the TileWidePeekImage06 template.

CreateTileWidePeekImageAndText01 ( ) : ITileWidePeekImageAndText01

Creates a tile content object for the TileWidePeekImageAndText01 template.

CreateTileWidePeekImageAndText02 ( ) : ITileWidePeekImageAndText02

Creates a tile content object for the TileWidePeekImageAndText02 template.

CreateTileWidePeekImageCollection01 ( ) : ITileWidePeekImageCollection01

Creates a tile content object for the TileWidePeekImageCollection01 template.

CreateTileWidePeekImageCollection02 ( ) : ITileWidePeekImageCollection02

Creates a tile content object for the TileWidePeekImageCollection02 template.

CreateTileWidePeekImageCollection03 ( ) : ITileWidePeekImageCollection03

Creates a tile content object for the TileWidePeekImageCollection03 template.

CreateTileWidePeekImageCollection04 ( ) : ITileWidePeekImageCollection04

Creates a tile content object for the TileWidePeekImageCollection04 template.

CreateTileWidePeekImageCollection05 ( ) : ITileWidePeekImageCollection05

Creates a tile content object for the TileWidePeekImageCollection05 template.

CreateTileWidePeekImageCollection06 ( ) : ITileWidePeekImageCollection06

Creates a tile content object for the TileWidePeekImageCollection06 template.

CreateTileWideSmallImageAndText01 ( ) : ITileWideSmallImageAndText01

Creates a tile content object for the TileWideSmallImageAndText01 template.

CreateTileWideSmallImageAndText02 ( ) : ITileWideSmallImageAndText02

Creates a tile content object for the TileWideSmallImageAndText02 template.

CreateTileWideSmallImageAndText03 ( ) : ITileWideSmallImageAndText03

Creates a tile content object for the TileWideSmallImageAndText03 template.

CreateTileWideSmallImageAndText04 ( ) : ITileWideSmallImageAndText04

Creates a tile content object for the TileWideSmallImageAndText04 template.

CreateTileWideSmallImageAndText05 ( ) : ITileWideSmallImageAndText05

Creates a tile content object for the TileWideSmallImageAndText05 template.

CreateTileWideText01 ( ) : ITileWideText01

Creates a tile content object for the TileWideText01 template.

CreateTileWideText02 ( ) : ITileWideText02

Creates a tile content object for the TileWideText02 template.

CreateTileWideText03 ( ) : ITileWideText03

Creates a tile content object for the TileWideText03 template.

CreateTileWideText04 ( ) : ITileWideText04

Creates a tile content object for the TileWideText04 template.

CreateTileWideText05 ( ) : ITileWideText05

Creates a tile content object for the TileWideText05 template.

CreateTileWideText06 ( ) : ITileWideText06

Creates a tile content object for the TileWideText06 template.

CreateTileWideText07 ( ) : ITileWideText07

Creates a tile content object for the TileWideText07 template.

CreateTileWideText08 ( ) : ITileWideText08

Creates a tile content object for the TileWideText08 template.

CreateTileWideText09 ( ) : ITileWideText09

Creates a tile content object for the TileWideText09 template.

CreateTileWideText10 ( ) : ITileWideText10

Creates a tile content object for the TileWideText10 template.

CreateTileWideText11 ( ) : ITileWideText11

Creates a tile content object for the TileWideText11 template.

Описание методов

CreateTileSquareBlock() публичный статический Метод

Creates a tile content object for the TileSquareBlock template.
public static CreateTileSquareBlock ( ) : ITileSquareBlock
Результат ITileSquareBlock

CreateTileSquareImage() публичный статический Метод

Creates a tile content object for the TileSquareImage template.
public static CreateTileSquareImage ( ) : ITileSquareImage
Результат ITileSquareImage

CreateTileSquarePeekImageAndText01() публичный статический Метод

Creates a tile content object for the TileSquarePeekImageAndText01 template.
public static CreateTileSquarePeekImageAndText01 ( ) : ITileSquarePeekImageAndText01
Результат ITileSquarePeekImageAndText01

CreateTileSquarePeekImageAndText02() публичный статический Метод

Creates a tile content object for the TileSquarePeekImageAndText02 template.
public static CreateTileSquarePeekImageAndText02 ( ) : ITileSquarePeekImageAndText02
Результат ITileSquarePeekImageAndText02

CreateTileSquarePeekImageAndText03() публичный статический Метод

Creates a tile content object for the TileSquarePeekImageAndText03 template.
public static CreateTileSquarePeekImageAndText03 ( ) : ITileSquarePeekImageAndText03
Результат ITileSquarePeekImageAndText03

CreateTileSquarePeekImageAndText04() публичный статический Метод

Creates a tile content object for the TileSquarePeekImageAndText04 template.
public static CreateTileSquarePeekImageAndText04 ( ) : ITileSquarePeekImageAndText04
Результат ITileSquarePeekImageAndText04

CreateTileSquareText01() публичный статический Метод

Creates a tile content object for the TileSquareText01 template.
public static CreateTileSquareText01 ( ) : ITileSquareText01
Результат ITileSquareText01

CreateTileSquareText02() публичный статический Метод

Creates a tile content object for the TileSquareText02 template.
public static CreateTileSquareText02 ( ) : ITileSquareText02
Результат ITileSquareText02

CreateTileSquareText03() публичный статический Метод

Creates a tile content object for the TileSquareText03 template.
public static CreateTileSquareText03 ( ) : ITileSquareText03
Результат ITileSquareText03

CreateTileSquareText04() публичный статический Метод

Creates a tile content object for the TileSquareText04 template.
public static CreateTileSquareText04 ( ) : ITileSquareText04
Результат ITileSquareText04

CreateTileWideBlockAndText01() публичный статический Метод

Creates a tile content object for the TileWideBlockAndText01 template.
public static CreateTileWideBlockAndText01 ( ) : ITileWideBlockAndText01
Результат ITileWideBlockAndText01

CreateTileWideBlockAndText02() публичный статический Метод

Creates a tile content object for the TileWideBlockAndText02 template.
public static CreateTileWideBlockAndText02 ( ) : ITileWideBlockAndText02
Результат ITileWideBlockAndText02

CreateTileWideImage() публичный статический Метод

Creates a tile content object for the TileWideImage template.
public static CreateTileWideImage ( ) : ITileWideImage
Результат ITileWideImage

CreateTileWideImageAndText01() публичный статический Метод

Creates a tile content object for the TileWideImageAndText01 template.
public static CreateTileWideImageAndText01 ( ) : ITileWideImageAndText01
Результат ITileWideImageAndText01

CreateTileWideImageAndText02() публичный статический Метод

Creates a tile content object for the TileWideImageAndText02 template.
public static CreateTileWideImageAndText02 ( ) : ITileWideImageAndText02
Результат ITileWideImageAndText02

CreateTileWideImageCollection() публичный статический Метод

Creates a tile content object for the TileWideImageCollection template.
public static CreateTileWideImageCollection ( ) : ITileWideImageCollection
Результат ITileWideImageCollection

CreateTileWidePeekImage01() публичный статический Метод

Creates a tile content object for the TileWidePeekImage01 template.
public static CreateTileWidePeekImage01 ( ) : ITileWidePeekImage01
Результат ITileWidePeekImage01

CreateTileWidePeekImage02() публичный статический Метод

Creates a tile content object for the TileWidePeekImage02 template.
public static CreateTileWidePeekImage02 ( ) : ITileWidePeekImage02
Результат ITileWidePeekImage02

CreateTileWidePeekImage03() публичный статический Метод

Creates a tile content object for the TileWidePeekImage03 template.
public static CreateTileWidePeekImage03 ( ) : ITileWidePeekImage03
Результат ITileWidePeekImage03

CreateTileWidePeekImage04() публичный статический Метод

Creates a tile content object for the TileWidePeekImage04 template.
public static CreateTileWidePeekImage04 ( ) : ITileWidePeekImage04
Результат ITileWidePeekImage04

CreateTileWidePeekImage05() публичный статический Метод

Creates a tile content object for the TileWidePeekImage05 template.
public static CreateTileWidePeekImage05 ( ) : ITileWidePeekImage05
Результат ITileWidePeekImage05

CreateTileWidePeekImage06() публичный статический Метод

Creates a tile content object for the TileWidePeekImage06 template.
public static CreateTileWidePeekImage06 ( ) : ITileWidePeekImage06
Результат ITileWidePeekImage06

CreateTileWidePeekImageAndText01() публичный статический Метод

Creates a tile content object for the TileWidePeekImageAndText01 template.
public static CreateTileWidePeekImageAndText01 ( ) : ITileWidePeekImageAndText01
Результат ITileWidePeekImageAndText01

CreateTileWidePeekImageAndText02() публичный статический Метод

Creates a tile content object for the TileWidePeekImageAndText02 template.
public static CreateTileWidePeekImageAndText02 ( ) : ITileWidePeekImageAndText02
Результат ITileWidePeekImageAndText02

CreateTileWidePeekImageCollection01() публичный статический Метод

Creates a tile content object for the TileWidePeekImageCollection01 template.
public static CreateTileWidePeekImageCollection01 ( ) : ITileWidePeekImageCollection01
Результат ITileWidePeekImageCollection01

CreateTileWidePeekImageCollection02() публичный статический Метод

Creates a tile content object for the TileWidePeekImageCollection02 template.
public static CreateTileWidePeekImageCollection02 ( ) : ITileWidePeekImageCollection02
Результат ITileWidePeekImageCollection02

CreateTileWidePeekImageCollection03() публичный статический Метод

Creates a tile content object for the TileWidePeekImageCollection03 template.
public static CreateTileWidePeekImageCollection03 ( ) : ITileWidePeekImageCollection03
Результат ITileWidePeekImageCollection03

CreateTileWidePeekImageCollection04() публичный статический Метод

Creates a tile content object for the TileWidePeekImageCollection04 template.
public static CreateTileWidePeekImageCollection04 ( ) : ITileWidePeekImageCollection04
Результат ITileWidePeekImageCollection04

CreateTileWidePeekImageCollection05() публичный статический Метод

Creates a tile content object for the TileWidePeekImageCollection05 template.
public static CreateTileWidePeekImageCollection05 ( ) : ITileWidePeekImageCollection05
Результат ITileWidePeekImageCollection05

CreateTileWidePeekImageCollection06() публичный статический Метод

Creates a tile content object for the TileWidePeekImageCollection06 template.
public static CreateTileWidePeekImageCollection06 ( ) : ITileWidePeekImageCollection06
Результат ITileWidePeekImageCollection06

CreateTileWideSmallImageAndText01() публичный статический Метод

Creates a tile content object for the TileWideSmallImageAndText01 template.
public static CreateTileWideSmallImageAndText01 ( ) : ITileWideSmallImageAndText01
Результат ITileWideSmallImageAndText01

CreateTileWideSmallImageAndText02() публичный статический Метод

Creates a tile content object for the TileWideSmallImageAndText02 template.
public static CreateTileWideSmallImageAndText02 ( ) : ITileWideSmallImageAndText02
Результат ITileWideSmallImageAndText02

CreateTileWideSmallImageAndText03() публичный статический Метод

Creates a tile content object for the TileWideSmallImageAndText03 template.
public static CreateTileWideSmallImageAndText03 ( ) : ITileWideSmallImageAndText03
Результат ITileWideSmallImageAndText03

CreateTileWideSmallImageAndText04() публичный статический Метод

Creates a tile content object for the TileWideSmallImageAndText04 template.
public static CreateTileWideSmallImageAndText04 ( ) : ITileWideSmallImageAndText04
Результат ITileWideSmallImageAndText04

CreateTileWideSmallImageAndText05() публичный статический Метод

Creates a tile content object for the TileWideSmallImageAndText05 template.
public static CreateTileWideSmallImageAndText05 ( ) : ITileWideSmallImageAndText05
Результат ITileWideSmallImageAndText05

CreateTileWideText01() публичный статический Метод

Creates a tile content object for the TileWideText01 template.
public static CreateTileWideText01 ( ) : ITileWideText01
Результат ITileWideText01

CreateTileWideText02() публичный статический Метод

Creates a tile content object for the TileWideText02 template.
public static CreateTileWideText02 ( ) : ITileWideText02
Результат ITileWideText02

CreateTileWideText03() публичный статический Метод

Creates a tile content object for the TileWideText03 template.
public static CreateTileWideText03 ( ) : ITileWideText03
Результат ITileWideText03

CreateTileWideText04() публичный статический Метод

Creates a tile content object for the TileWideText04 template.
public static CreateTileWideText04 ( ) : ITileWideText04
Результат ITileWideText04

CreateTileWideText05() публичный статический Метод

Creates a tile content object for the TileWideText05 template.
public static CreateTileWideText05 ( ) : ITileWideText05
Результат ITileWideText05

CreateTileWideText06() публичный статический Метод

Creates a tile content object for the TileWideText06 template.
public static CreateTileWideText06 ( ) : ITileWideText06
Результат ITileWideText06

CreateTileWideText07() публичный статический Метод

Creates a tile content object for the TileWideText07 template.
public static CreateTileWideText07 ( ) : ITileWideText07
Результат ITileWideText07

CreateTileWideText08() публичный статический Метод

Creates a tile content object for the TileWideText08 template.
public static CreateTileWideText08 ( ) : ITileWideText08
Результат ITileWideText08

CreateTileWideText09() публичный статический Метод

Creates a tile content object for the TileWideText09 template.
public static CreateTileWideText09 ( ) : ITileWideText09
Результат ITileWideText09

CreateTileWideText10() публичный статический Метод

Creates a tile content object for the TileWideText10 template.
public static CreateTileWideText10 ( ) : ITileWideText10
Результат ITileWideText10

CreateTileWideText11() публичный статический Метод

Creates a tile content object for the TileWideText11 template.
public static CreateTileWideText11 ( ) : ITileWideText11
Результат ITileWideText11