C# Class PropertyLookup.PropertyLookupModule

Nancy module for routing property loookups
Inheritance: Nancy.NancyModule
Afficher le fichier Open project: CfABrigadePhiladelphia/phlavi

Méthodes publiques

Méthode Description
PropertyLookupModule ( ) : System

Class Constructor

Private Methods

Méthode Description
ChangeInValues ( String LookupType, String ParameterValue, String ParameterName ) : string

Pass through method for value change lookups

DataLookup ( String LookupType, String ParameterValue, String ParameterName, String ResultType ) : string

Method for invoking database queries and retrieving data.

PropertyDetails ( String LookupType, String ParameterValue, String ParameterName ) : string

Pass through method for property detail lookups

Method Details

PropertyLookupModule() public méthode

Class Constructor
public PropertyLookupModule ( ) : System
Résultat System