C# 클래스 Disco.Web.CommonHelpers

상속: System.Web.WebPages.HelperPage
파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
Breadcrumbs ( ActionResult>.List BreadCrumbs ) : System.Web.WebPages.HelperResult
Breadcrumbs ( string Title ) : System.Web.WebPages.HelperResult
BreadcrumbsTitle ( ActionResult>.List BreadCrumbs ) : System.Web.WebPages.HelperResult
BreadcrumbsTitle ( string Title ) : System.Web.WebPages.HelperResult
CheckBoxList ( string id, List items, int columns = 1, bool alignEven = true, int forceUniqueIds = null, bool htmlEncodeText = true ) : System.Web.WebPages.HelperResult
CheckBoxList ( string containerName, string id, List items, int columns = 1, bool alignEven = true, int forceUniqueIds = null, bool htmlEncodeText = true ) : System.Web.WebPages.HelperResult
CheckboxBulkSelect ( string BulkSelectContainerId, string ParentJQuerySelector = null ) : System.Web.WebPages.HelperResult
CommonHelpers ( ) : System
FriendlyDate ( System.DateTime d, string ElementId = null, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
FriendlyDate ( System.DateTime d, string NullValue = "n/a", string ElementId = null, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
FriendlyDateAndTitleUser ( System.DateTime d, User u, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
FriendlyDateAndTitleUser ( System.DateTime d, User u, string DateNullValue = "n/a", bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
FriendlyDateAndUser ( System.DateTime d, User u, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
FriendlyDateAndUser ( System.DateTime d, User u, string DateNullValue = "n/a", bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
FriendlyDateAndUser ( System.DateTime d, string UserId, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
FriendlyDateAndUser ( System.DateTime d, string UserId, string DateNullValue = "n/a", bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
FriendlyUser ( User u, string nullValue = null, string prepend = null ) : System.Web.WebPages.HelperResult
FriendlyUser ( string UserId, string nullValue = null, string prepend = null ) : System.Web.WebPages.HelperResult
ItemList ( string containerId, string inputType, string id, List items, int columns = 1, bool alignEven = true, int forceUniqueIds = null, bool htmlEncodeText = true ) : System.Web.WebPages.HelperResult
RadioButtonList ( string id, List items, int columns = 1 ) : System.Web.WebPages.HelperResult
RadioButtonList ( string containerName, string id, List items, int columns = 1 ) : System.Web.WebPages.HelperResult

메소드 상세

Breadcrumbs() 공개 정적인 메소드

public static Breadcrumbs ( ActionResult>.List BreadCrumbs ) : System.Web.WebPages.HelperResult
BreadCrumbs ActionResult>.List
리턴 System.Web.WebPages.HelperResult

Breadcrumbs() 공개 정적인 메소드

public static Breadcrumbs ( string Title ) : System.Web.WebPages.HelperResult
Title string
리턴 System.Web.WebPages.HelperResult

BreadcrumbsTitle() 공개 정적인 메소드

public static BreadcrumbsTitle ( ActionResult>.List BreadCrumbs ) : System.Web.WebPages.HelperResult
BreadCrumbs ActionResult>.List
리턴 System.Web.WebPages.HelperResult

BreadcrumbsTitle() 공개 정적인 메소드

public static BreadcrumbsTitle ( string Title ) : System.Web.WebPages.HelperResult
Title string
리턴 System.Web.WebPages.HelperResult

CheckBoxList() 공개 정적인 메소드

public static CheckBoxList ( string id, List items, int columns = 1, bool alignEven = true, int forceUniqueIds = null, bool htmlEncodeText = true ) : System.Web.WebPages.HelperResult
id string
items List
columns int
alignEven bool
forceUniqueIds int
htmlEncodeText bool
리턴 System.Web.WebPages.HelperResult

CheckBoxList() 공개 정적인 메소드

public static CheckBoxList ( string containerName, string id, List items, int columns = 1, bool alignEven = true, int forceUniqueIds = null, bool htmlEncodeText = true ) : System.Web.WebPages.HelperResult
containerName string
id string
items List
columns int
alignEven bool
forceUniqueIds int
htmlEncodeText bool
리턴 System.Web.WebPages.HelperResult

CheckboxBulkSelect() 공개 정적인 메소드

public static CheckboxBulkSelect ( string BulkSelectContainerId, string ParentJQuerySelector = null ) : System.Web.WebPages.HelperResult
BulkSelectContainerId string
ParentJQuerySelector string
리턴 System.Web.WebPages.HelperResult

CommonHelpers() 공개 메소드

public CommonHelpers ( ) : System
리턴 System

FriendlyDate() 공개 정적인 메소드

public static FriendlyDate ( System.DateTime d, string ElementId = null, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
d System.DateTime
ElementId string
WithoutSuffix bool
리턴 System.Web.WebPages.HelperResult

FriendlyDate() 공개 정적인 메소드

public static FriendlyDate ( System.DateTime d, string NullValue = "n/a", string ElementId = null, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
d System.DateTime
NullValue string
ElementId string
WithoutSuffix bool
리턴 System.Web.WebPages.HelperResult

FriendlyDateAndTitleUser() 공개 정적인 메소드

public static FriendlyDateAndTitleUser ( System.DateTime d, User u, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
d System.DateTime
u Disco.Models.Repository.User
WithoutSuffix bool
리턴 System.Web.WebPages.HelperResult

FriendlyDateAndTitleUser() 공개 정적인 메소드

public static FriendlyDateAndTitleUser ( System.DateTime d, User u, string DateNullValue = "n/a", bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
d System.DateTime
u Disco.Models.Repository.User
DateNullValue string
WithoutSuffix bool
리턴 System.Web.WebPages.HelperResult

FriendlyDateAndUser() 공개 정적인 메소드

public static FriendlyDateAndUser ( System.DateTime d, User u, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
d System.DateTime
u Disco.Models.Repository.User
WithoutSuffix bool
리턴 System.Web.WebPages.HelperResult

FriendlyDateAndUser() 공개 정적인 메소드

public static FriendlyDateAndUser ( System.DateTime d, User u, string DateNullValue = "n/a", bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
d System.DateTime
u Disco.Models.Repository.User
DateNullValue string
WithoutSuffix bool
리턴 System.Web.WebPages.HelperResult

FriendlyDateAndUser() 공개 정적인 메소드

public static FriendlyDateAndUser ( System.DateTime d, string UserId, bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
d System.DateTime
UserId string
WithoutSuffix bool
리턴 System.Web.WebPages.HelperResult

FriendlyDateAndUser() 공개 정적인 메소드

public static FriendlyDateAndUser ( System.DateTime d, string UserId, string DateNullValue = "n/a", bool WithoutSuffix = false ) : System.Web.WebPages.HelperResult
d System.DateTime
UserId string
DateNullValue string
WithoutSuffix bool
리턴 System.Web.WebPages.HelperResult

FriendlyUser() 공개 정적인 메소드

public static FriendlyUser ( User u, string nullValue = null, string prepend = null ) : System.Web.WebPages.HelperResult
u Disco.Models.Repository.User
nullValue string
prepend string
리턴 System.Web.WebPages.HelperResult

FriendlyUser() 공개 정적인 메소드

public static FriendlyUser ( string UserId, string nullValue = null, string prepend = null ) : System.Web.WebPages.HelperResult
UserId string
nullValue string
prepend string
리턴 System.Web.WebPages.HelperResult

ItemList() 공개 정적인 메소드

public static ItemList ( string containerId, string inputType, string id, List items, int columns = 1, bool alignEven = true, int forceUniqueIds = null, bool htmlEncodeText = true ) : System.Web.WebPages.HelperResult
containerId string
inputType string
id string
items List
columns int
alignEven bool
forceUniqueIds int
htmlEncodeText bool
리턴 System.Web.WebPages.HelperResult

RadioButtonList() 공개 정적인 메소드

public static RadioButtonList ( string id, List items, int columns = 1 ) : System.Web.WebPages.HelperResult
id string
items List
columns int
리턴 System.Web.WebPages.HelperResult

RadioButtonList() 공개 정적인 메소드

public static RadioButtonList ( string containerName, string id, List items, int columns = 1 ) : System.Web.WebPages.HelperResult
containerName string
id string
items List
columns int
리턴 System.Web.WebPages.HelperResult