C# 클래스 Signum.Web.CalendarHelper

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
DatePicker ( this helper, string name, bool formGroup, System.DateTime value, string dateTimeFormat, CultureInfo culture = null, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
DatePicker ( this helper, string name, bool inputGroup, string value, string jsFormat, CultureInfo culture = null, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
DateTimePicker ( this helper, string name, bool formGroup, System.DateTime value, string dateTimeFormat, CultureInfo culture = null, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
SplitDateTimeFormat ( string dateTimeFormat, CultureInfo culture = null ) : DateTimeFormat
TimePicker ( this helper, string name, bool formGroup, System.TimeSpan ts, string dateFormat, CultureInfo culture = null, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
TimePicker ( this helper, string name, bool formGroup, string value, string dateFormat, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
ToJsDateFormat ( string dateFormat ) : string

비공개 메소드들

메소드 설명
AttachDatePicker ( HtmlTag tag, CultureInfo culture, string jsFormat ) : HtmlTag
AttachTimePiceker ( HtmlTag tag, string format ) : HtmlTag
Customize ( string format, DateTimeFormatInfo info ) : string
IsDate ( string part ) : bool

메소드 상세

DatePicker() 공개 정적인 메소드

public static DatePicker ( this helper, string name, bool formGroup, System.DateTime value, string dateTimeFormat, CultureInfo culture = null, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
helper this
name string
formGroup bool
value System.DateTime
dateTimeFormat string
culture System.Globalization.CultureInfo
htmlProps object>.IDictionary
리턴 System.Web.Mvc.MvcHtmlString

DatePicker() 공개 정적인 메소드

public static DatePicker ( this helper, string name, bool inputGroup, string value, string jsFormat, CultureInfo culture = null, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
helper this
name string
inputGroup bool
value string
jsFormat string
culture System.Globalization.CultureInfo
htmlProps object>.IDictionary
리턴 System.Web.Mvc.MvcHtmlString

DateTimePicker() 공개 정적인 메소드

public static DateTimePicker ( this helper, string name, bool formGroup, System.DateTime value, string dateTimeFormat, CultureInfo culture = null, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
helper this
name string
formGroup bool
value System.DateTime
dateTimeFormat string
culture System.Globalization.CultureInfo
htmlProps object>.IDictionary
리턴 System.Web.Mvc.MvcHtmlString

SplitDateTimeFormat() 공개 정적인 메소드

public static SplitDateTimeFormat ( string dateTimeFormat, CultureInfo culture = null ) : DateTimeFormat
dateTimeFormat string
culture System.Globalization.CultureInfo
리턴 DateTimeFormat

TimePicker() 공개 정적인 메소드

public static TimePicker ( this helper, string name, bool formGroup, System.TimeSpan ts, string dateFormat, CultureInfo culture = null, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
helper this
name string
formGroup bool
ts System.TimeSpan
dateFormat string
culture System.Globalization.CultureInfo
htmlProps object>.IDictionary
리턴 System.Web.Mvc.MvcHtmlString

TimePicker() 공개 정적인 메소드

public static TimePicker ( this helper, string name, bool formGroup, string value, string dateFormat, object>.IDictionary htmlProps = null ) : System.Web.Mvc.MvcHtmlString
helper this
name string
formGroup bool
value string
dateFormat string
htmlProps object>.IDictionary
리턴 System.Web.Mvc.MvcHtmlString

ToJsDateFormat() 공개 정적인 메소드

public static ToJsDateFormat ( string dateFormat ) : string
dateFormat string
리턴 string