C# 클래스 Skybrud.Umbraco.GridData.Extensions.TypedGridExtensionMethods

Class holding various extension methods for using the typed Grid.
파일 보기 프로젝트 열기: skybrud/Skybrud.Umbraco.GridData

공개 메소드들

메소드 설명
GetGridModel ( this content ) : GridDataModel

Gets the model for the typed Grid.

GetGridModel ( this content, string propertyAlias ) : GridDataModel

Gets the model for the typed Grid.

GetTypedGrid ( this content ) : GridDataModel

Gets the model for the typed Grid.

GetTypedGrid ( this content, string propertyAlias ) : GridDataModel

Gets the model for the typed Grid.

GetTypedGridHtml ( this html, GridDataModel model, string framework = DefaultFramework ) : System.Web.HtmlString

Gets the HTML for the Grid model based on the specified framework.

GetTypedGridHtml ( this content, HtmlHelper html ) : System.Web.HtmlString

Gets the HTML for the Grid model.

GetTypedGridHtml ( this property, HtmlHelper html, string framework = DefaultFramework ) : System.Web.HtmlString

Gets the HTML for the Grid model.

GetTypedGridHtml ( this content, HtmlHelper html, string propertyAlias, string framework ) : System.Web.HtmlString

Gets the HTML for the Grid model.

GetTypedGridHtml ( this html, IPublishedContent content ) : System.Web.HtmlString

Gets the HTML for the Grid model based on default options.

GetTypedGridHtml ( this html, IPublishedContent content, string propertyAlias ) : System.Web.HtmlString

Gets the HTML for the Grid model based on default options.

GetTypedGridHtml ( this html, IPublishedContent content, string propertyAlias, string framework ) : System.Web.HtmlString

Gets the HTML for the Grid model.

GetTypedGridHtml ( this html, IPublishedProperty property, string framework = DefaultFramework ) : System.Web.HtmlString

Gets the HTML for the Grid model based on the specified framework.

메소드 상세

GetGridModel() 공개 정적인 메소드

Gets the model for the typed Grid.
public static GetGridModel ( this content ) : GridDataModel
content this The parent content item.
리턴 GridDataModel

GetGridModel() 공개 정적인 메소드

Gets the model for the typed Grid.
public static GetGridModel ( this content, string propertyAlias ) : GridDataModel
content this The parent content item.
propertyAlias string The alias of the property.
리턴 GridDataModel

GetTypedGrid() 공개 정적인 메소드

Gets the model for the typed Grid.
public static GetTypedGrid ( this content ) : GridDataModel
content this The parent content item.
리턴 GridDataModel

GetTypedGrid() 공개 정적인 메소드

Gets the model for the typed Grid.
public static GetTypedGrid ( this content, string propertyAlias ) : GridDataModel
content this The parent content item.
propertyAlias string The alias of the property.
리턴 GridDataModel

GetTypedGridHtml() 공개 정적인 메소드

Gets the HTML for the Grid model based on the specified framework.
public static GetTypedGridHtml ( this html, GridDataModel model, string framework = DefaultFramework ) : System.Web.HtmlString
html this The instance of HtmlHelper.
model GridDataModel The Grid model to be rendered.
framework string The framework used to render the Grid.
리턴 System.Web.HtmlString

GetTypedGridHtml() 공개 정적인 메소드

Gets the HTML for the Grid model.
public static GetTypedGridHtml ( this content, HtmlHelper html ) : System.Web.HtmlString
content this The parent content item.
html HtmlHelper The instance of HtmlHelper.
리턴 System.Web.HtmlString

GetTypedGridHtml() 공개 정적인 메소드

Gets the HTML for the Grid model.
public static GetTypedGridHtml ( this property, HtmlHelper html, string framework = DefaultFramework ) : System.Web.HtmlString
property this The property holding the Grid model.
html HtmlHelper The instance of HtmlHelper.
framework string The framework used to render the Grid.
리턴 System.Web.HtmlString

GetTypedGridHtml() 공개 정적인 메소드

Gets the HTML for the Grid model.
public static GetTypedGridHtml ( this content, HtmlHelper html, string propertyAlias, string framework ) : System.Web.HtmlString
content this The parent content item.
html HtmlHelper The instance of HtmlHelper.
propertyAlias string The alias of the property.
framework string The framework used to render the Grid.
리턴 System.Web.HtmlString

GetTypedGridHtml() 공개 정적인 메소드

Gets the HTML for the Grid model based on default options.
public static GetTypedGridHtml ( this html, IPublishedContent content ) : System.Web.HtmlString
html this The instance of HtmlHelper.
content IPublishedContent The parent content item.
리턴 System.Web.HtmlString

GetTypedGridHtml() 공개 정적인 메소드

Gets the HTML for the Grid model based on default options.
public static GetTypedGridHtml ( this html, IPublishedContent content, string propertyAlias ) : System.Web.HtmlString
html this The instance of HtmlHelper.
content IPublishedContent The parent content item.
propertyAlias string The alias of the property.
리턴 System.Web.HtmlString

GetTypedGridHtml() 공개 정적인 메소드

Gets the HTML for the Grid model.
public static GetTypedGridHtml ( this html, IPublishedContent content, string propertyAlias, string framework ) : System.Web.HtmlString
html this The instance of HtmlHelper.
content IPublishedContent The parent content item.
propertyAlias string The alias of the property.
framework string The framework used to render the Grid.
리턴 System.Web.HtmlString

GetTypedGridHtml() 공개 정적인 메소드

Gets the HTML for the Grid model based on the specified framework.
public static GetTypedGridHtml ( this html, IPublishedProperty property, string framework = DefaultFramework ) : System.Web.HtmlString
html this The instance of HtmlHelper.
property IPublishedProperty The property holding the Grid model.
framework string The framework used to render the Grid.
리턴 System.Web.HtmlString