C# 클래스 N2.Web.Mvc.Html.EditableRegistrationExtensions

파일 보기 프로젝트 열기: Earthware/n2cms

공개 메소드들

메소드 설명
CheckBox ( this registration, string name, string checkBoxText = null ) : EditableBuilder
Children ( this registration, string zoneName ) : EditableBuilder
Date ( this registration, string name, string title = null ) : EditableBuilder
DateRange ( this registration, string nameStart, string nameEnd, string title = "Dates" ) : EditableBuilder
DropDown ( this registration, string name ) : EditableBuilder
Enum ( this registration, string name, Type enumType, string title = null ) : EditableBuilder
FileUpload ( this registration, string name, string title = null ) : EditableBuilder
FolderSelection ( this registration, string name, string title = null ) : EditableBuilder
FreeText ( this registration, string name, string title = null ) : EditableBuilder
Image ( this registration, string name, string title = null ) : EditableBuilder
ImageSize ( this registration, string name, string title = null ) : EditableBuilder
Item ( this registration, string name, string title = null ) : EditableBuilder
Languages ( this registration, string name, string title = null ) : EditableBuilder
Link ( this registration, string name, string title = null ) : EditableBuilder
MediaUpload ( this registration, string name, string title = null ) : EditableBuilder
Meta ( this registration, string name, string title = null ) : EditableBuilder
Name ( this registration, string title = "Name" ) : EditableBuilder
PublishedRange ( this registration, string title = "Published between" ) : EditableBuilder
RestrictChildren ( this registration ) : Builder
RestrictChildren ( this registration, AllowedTypes allowedTypes ) : Builder
RestrictParents ( this registration ) : Builder
RestrictParents ( this registration, AllowedTypes allowedTypes ) : Builder
Sort ( this registration, SortBy sortingOrder, string expression = null ) : Builder
SortChildren ( this registration, SortBy sortingOrder, string expression = null ) : Builder
Summary ( this registration, string name, string title = null, string source = null ) : EditableBuilder
Tags ( this registration, string name ) : EditableBuilder
Text ( this registration, string name, string title = null ) : EditableBuilder
ThemeSelection ( this registration, string name, string title = null ) : EditableBuilder
Title ( this registration, string title = "Title" ) : EditableBuilder
Url ( this registration, string name, string title = null ) : EditableBuilder
UserControl ( this registration, string name, string userControlPath, string title = null ) : EditableBuilder

메소드 상세

CheckBox() 공개 정적인 메소드

public static CheckBox ( this registration, string name, string checkBoxText = null ) : EditableBuilder
registration this
name string
checkBoxText string
리턴 EditableBuilder

Children() 공개 정적인 메소드

public static Children ( this registration, string zoneName ) : EditableBuilder
registration this
zoneName string
리턴 EditableBuilder

Date() 공개 정적인 메소드

public static Date ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

DateRange() 공개 정적인 메소드

public static DateRange ( this registration, string nameStart, string nameEnd, string title = "Dates" ) : EditableBuilder
registration this
nameStart string
nameEnd string
title string
리턴 EditableBuilder

DropDown() 공개 정적인 메소드

public static DropDown ( this registration, string name ) : EditableBuilder
registration this
name string
리턴 EditableBuilder

Enum() 공개 정적인 메소드

public static Enum ( this registration, string name, Type enumType, string title = null ) : EditableBuilder
registration this
name string
enumType System.Type
title string
리턴 EditableBuilder

FileUpload() 공개 정적인 메소드

public static FileUpload ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

FolderSelection() 공개 정적인 메소드

public static FolderSelection ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

FreeText() 공개 정적인 메소드

public static FreeText ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

Image() 공개 정적인 메소드

public static Image ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

ImageSize() 공개 정적인 메소드

public static ImageSize ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

Item() 공개 정적인 메소드

public static Item ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

Languages() 공개 정적인 메소드

public static Languages ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

Link() 공개 정적인 메소드

public static Link ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

MediaUpload() 공개 정적인 메소드

public static MediaUpload ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

Meta() 공개 정적인 메소드

public static Meta ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

Name() 공개 정적인 메소드

public static Name ( this registration, string title = "Name" ) : EditableBuilder
registration this
title string
리턴 EditableBuilder

PublishedRange() 공개 정적인 메소드

public static PublishedRange ( this registration, string title = "Published between" ) : EditableBuilder
registration this
title string
리턴 EditableBuilder

RestrictChildren() 공개 정적인 메소드

public static RestrictChildren ( this registration ) : Builder
registration this
리턴 Builder

RestrictChildren() 공개 정적인 메소드

public static RestrictChildren ( this registration, AllowedTypes allowedTypes ) : Builder
registration this
allowedTypes AllowedTypes
리턴 Builder

RestrictParents() 공개 정적인 메소드

public static RestrictParents ( this registration ) : Builder
registration this
리턴 Builder

RestrictParents() 공개 정적인 메소드

public static RestrictParents ( this registration, AllowedTypes allowedTypes ) : Builder
registration this
allowedTypes AllowedTypes
리턴 Builder

Sort() 공개 정적인 메소드

public static Sort ( this registration, SortBy sortingOrder, string expression = null ) : Builder
registration this
sortingOrder SortBy
expression string
리턴 Builder

SortChildren() 공개 정적인 메소드

public static SortChildren ( this registration, SortBy sortingOrder, string expression = null ) : Builder
registration this
sortingOrder SortBy
expression string
리턴 Builder

Summary() 공개 정적인 메소드

public static Summary ( this registration, string name, string title = null, string source = null ) : EditableBuilder
registration this
name string
title string
source string
리턴 EditableBuilder

Tags() 공개 정적인 메소드

public static Tags ( this registration, string name ) : EditableBuilder
registration this
name string
리턴 EditableBuilder

Text() 공개 정적인 메소드

public static Text ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

ThemeSelection() 공개 정적인 메소드

public static ThemeSelection ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

Title() 공개 정적인 메소드

public static Title ( this registration, string title = "Title" ) : EditableBuilder
registration this
title string
리턴 EditableBuilder

Url() 공개 정적인 메소드

public static Url ( this registration, string name, string title = null ) : EditableBuilder
registration this
name string
title string
리턴 EditableBuilder

UserControl() 공개 정적인 메소드

public static UserControl ( this registration, string name, string userControlPath, string title = null ) : EditableBuilder
registration this
name string
userControlPath string
title string
리턴 EditableBuilder