C# Class MyWebAppService.Controllers.PeopleController

Inheritance: ODataController
ファイルを表示 Open project: tyler-technologies/PeopleWhoMatterTrainingWebApp

Public Methods

Method Description
PeopleController ( ) : System.Collections.Generic

Private Methods

Method Description
Get ( [ key ) : SingleResult
GetExcludedFields ( bool>.Dictionary rights ) : List
GetPerson ( IndexSearch search, int key, List excludedFields ) : ISearchResponse

Retrieves a single person object from ElasticSearch

formatAddress ( string addressLine1, string addressLine2, string addressLine3 ) : string

Method Details

PeopleController() public method

public PeopleController ( ) : System.Collections.Generic
return System.Collections.Generic