C# Класс Microsoft.WindowsAzure.MobileServices.TypeExtensions

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsNullOrEmpty ( this value ) : bool
ToRoundtripDateString ( this date ) : string

Convert a date to the ISO 8601 roundtrip format supported by the server.

ToUriConstant ( object id ) : string

Convert the value into a URI id literal for URIs like {app-uri}/tables/{table}/{id}.

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

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

public static IsNullOrEmpty ( this value ) : bool
value this
Результат bool

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

Convert a date to the ISO 8601 roundtrip format supported by the server.
public static ToRoundtripDateString ( this date ) : string
date this The date to convert.
Результат string

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

Convert the value into a URI id literal for URIs like {app-uri}/tables/{table}/{id}.
public static ToUriConstant ( object id ) : string
id object The id to convert.
Результат string