C# Класс Rock.Rest.Controllers.TaggedItemsController

TaggedItems REST API
Наследование: IHasCustomRoutes
Показать файл Открыть проект

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

Метод Описание
AddRoutes ( System routes ) : void

Add Custom route for flushing cached attributes

Приватные методы

Метод Описание
Delete ( int entityTypeId, int ownerId, System.Guid entityGuid, string name ) : void
Delete ( int entityTypeId, int ownerId, System.Guid entityGuid, string name, string entityQualifier ) : void
Delete ( int entityTypeId, int ownerId, System.Guid entityGuid, string name, string entityQualifier, string entityQualifierValue ) : void
Post ( int entityTypeId, int ownerId, System.Guid entityGuid, string name ) : HttpResponseMessage
Post ( int entityTypeId, int ownerId, System.Guid entityGuid, string name, string entityQualifier ) : HttpResponseMessage
Post ( int entityTypeId, int ownerId, System.Guid entityGuid, string name, string entityQualifier, string entityQualifierValue ) : HttpResponseMessage

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

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

Add Custom route for flushing cached attributes
public AddRoutes ( System routes ) : void
routes System
Результат void