C# Класс UIOMatic.Controllers.PropertyEditorsApiController

Наследование: Umbraco.Web.Editors.UmbracoAuthorizedJsonController
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAllColumns ( string typeName ) : IEnumerable
GetAllObjects ( string typeName, string sortColumn, string sortOrder ) : IEnumerable
GetAllProperties ( string typeName ) : IEnumerable
GetAllTypes ( ) : IEnumerable

Описание методов

GetAllColumns() публичный Метод

public GetAllColumns ( string typeName ) : IEnumerable
typeName string
Результат IEnumerable

GetAllObjects() публичный Метод

public GetAllObjects ( string typeName, string sortColumn, string sortOrder ) : IEnumerable
typeName string
sortColumn string
sortOrder string
Результат IEnumerable

GetAllProperties() публичный Метод

public GetAllProperties ( string typeName ) : IEnumerable
typeName string
Результат IEnumerable

GetAllTypes() публичный Метод

public GetAllTypes ( ) : IEnumerable
Результат IEnumerable