C# 클래스 Microsoft.WindowsAzure.MobileServices.TypeExtensions

파일 보기 프로젝트 열기: nickharris/Microsoft.Azure.Zumo.MicroFramework 1 사용 예제들

공개 메소드들

메소드 설명
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