C# Класс AssetPackager.Helpers.AssetListTypeHelper

Contains helper methods for AssetListType enum.
Показать файл Открыть проект

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

Метод Описание
GetMimeType ( AssetListType assetListType ) : string

Gets a MIME type associated with specified AssetListType.

GetTypeByName ( string shortName ) : AssetListType

Gets an asset list type from string.

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

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

Gets a MIME type associated with specified AssetListType.
public static GetMimeType ( AssetListType assetListType ) : string
assetListType AssetListType An object to analyze.
Результат string

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

Gets an asset list type from string.
public static GetTypeByName ( string shortName ) : AssetListType
shortName string Asset type (full or short name).
Результат AssetListType