C# Class UIOMatic.Controllers.ObjectController

Inheritance: Umbraco.Web.Editors.UmbracoAuthorizedJsonController
Afficher le fichier Open project: TimGeyssens/UIOMatic

Méthodes publiques

Méthode Description
DeleteByIds ( string typeOfObject, string ids ) : string[]
GetAll ( string typeName, string sortColumn, string sortOrder ) : IEnumerable
GetAllProperties ( string typeName ) : IEnumerable
GetById ( string typeName, string id ) : object
GetFiltered ( string typeName, string filterColumn, string filterValue, string sortColumn, string sortOrder ) : IEnumerable
GetPaged ( string typeName, int itemsPerPage, int pageNumber, string sortColumn, string sortOrder, string searchTerm ) : UIOMatic.Models.UIOMaticPagedResult
GetScaffold ( string typeName ) : object
GetType ( string typeName ) : UIOMatic.Models.UIOMaticTypeInfo
PostCreate ( System objectToCreate ) : object
PostUpdate ( System objectToUpdate ) : object
Validate ( System objectToValidate ) : IEnumerable

Method Details

DeleteByIds() public méthode

public DeleteByIds ( string typeOfObject, string ids ) : string[]
typeOfObject string
ids string
Résultat string[]

GetAll() public méthode

public GetAll ( string typeName, string sortColumn, string sortOrder ) : IEnumerable
typeName string
sortColumn string
sortOrder string
Résultat IEnumerable

GetAllProperties() public méthode

public GetAllProperties ( string typeName ) : IEnumerable
typeName string
Résultat IEnumerable

GetById() public méthode

public GetById ( string typeName, string id ) : object
typeName string
id string
Résultat object

GetFiltered() public méthode

public GetFiltered ( string typeName, string filterColumn, string filterValue, string sortColumn, string sortOrder ) : IEnumerable
typeName string
filterColumn string
filterValue string
sortColumn string
sortOrder string
Résultat IEnumerable

GetPaged() public méthode

public GetPaged ( string typeName, int itemsPerPage, int pageNumber, string sortColumn, string sortOrder, string searchTerm ) : UIOMatic.Models.UIOMaticPagedResult
typeName string
itemsPerPage int
pageNumber int
sortColumn string
sortOrder string
searchTerm string
Résultat UIOMatic.Models.UIOMaticPagedResult

GetScaffold() public méthode

public GetScaffold ( string typeName ) : object
typeName string
Résultat object

GetType() public méthode

public GetType ( string typeName ) : UIOMatic.Models.UIOMaticTypeInfo
typeName string
Résultat UIOMatic.Models.UIOMaticTypeInfo

PostCreate() public méthode

public PostCreate ( System objectToCreate ) : object
objectToCreate System
Résultat object

PostUpdate() public méthode

public PostUpdate ( System objectToUpdate ) : object
objectToUpdate System
Résultat object

Validate() public méthode

public Validate ( System objectToValidate ) : IEnumerable
objectToValidate System
Résultat IEnumerable