C# 클래스 Serenity.Q.Externals

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
FormatISODateTimeUTC ( System.JsDate date ) : string
FormatNumber ( double number, string format, string dec, string group ) : string

External format number method, using a simplified version of jQuery.NumberFormatter.js

https://code.google.com/p/jquery-numberformatter/

ParseDate ( string value ) : JsDate
ParseDecimal ( string value ) : Double
ParseISODateTime ( string value ) : JsDate
ParseQueryString ( ) : string>.JsDictionary
PostToService ( PostToServiceOptions options ) : void
PostToUrl ( PostToUrlOptions options ) : void
ToId ( object value ) : Int64?

Converts a numeric or string value to its ID representation (integer or string for large numbers)

TurkishLocaleCompare ( string a, string b ) : int
TurkishLocaleToUpper ( string a ) : string
ValidateOptions ( jQueryValidatorOptions options ) : jQueryValidatorOptions
ValidatorAbortHandler ( jQueryValidator validator ) : void

비공개 메소드들

메소드 설명
AlertDialog ( string message, AlertOptions options ) : void
ConfirmDialog ( string message, System.Action onYes, ConfirmOptions options ) : void
IFrameDialog ( dynamic options ) : void
StripDiacritics ( string input ) : string

메소드 상세

FormatISODateTimeUTC() 공개 정적인 메소드

public static FormatISODateTimeUTC ( System.JsDate date ) : string
date System.JsDate
리턴 string

FormatNumber() 공개 정적인 메소드

External format number method, using a simplified version of jQuery.NumberFormatter.js
https://code.google.com/p/jquery-numberformatter/
public static FormatNumber ( double number, string format, string dec, string group ) : string
number double
format string
dec string
group string
리턴 string

ParseDate() 공개 정적인 메소드

public static ParseDate ( string value ) : JsDate
value string
리턴 JsDate

ParseDecimal() 공개 정적인 메소드

public static ParseDecimal ( string value ) : Double
value string
리턴 Double

ParseISODateTime() 공개 정적인 메소드

public static ParseISODateTime ( string value ) : JsDate
value string
리턴 JsDate

ParseQueryString() 공개 정적인 메소드

public static ParseQueryString ( ) : string>.JsDictionary
리턴 string>.JsDictionary

PostToService() 공개 정적인 메소드

public static PostToService ( PostToServiceOptions options ) : void
options PostToServiceOptions
리턴 void

PostToUrl() 공개 정적인 메소드

public static PostToUrl ( PostToUrlOptions options ) : void
options PostToUrlOptions
리턴 void

ToId() 공개 정적인 메소드

Converts a numeric or string value to its ID representation (integer or string for large numbers)
public static ToId ( object value ) : Int64?
value object
리턴 Int64?

TurkishLocaleCompare() 공개 정적인 메소드

public static TurkishLocaleCompare ( string a, string b ) : int
a string
b string
리턴 int

TurkishLocaleToUpper() 공개 정적인 메소드

public static TurkishLocaleToUpper ( string a ) : string
a string
리턴 string

ValidateOptions() 공개 정적인 메소드

public static ValidateOptions ( jQueryValidatorOptions options ) : jQueryValidatorOptions
options jQueryValidatorOptions
리턴 jQueryValidatorOptions

ValidatorAbortHandler() 공개 정적인 메소드

public static ValidatorAbortHandler ( jQueryValidator validator ) : void
validator jQueryValidator
리턴 void