C# Class FFACETools.FFACE.SearchTools

Wrapper class for the search information returned from FFACE
Mostra file Open project: golfandsurf/Campah

Private Properties

Property Type Description

Public Methods

Method Description
MainJob ( short index ) : Job

Main job of the search result index

MainLvl ( short index ) : byte

Main level of the search result index

Name ( short index ) : string

Name of person in the search result

SearchTools ( int instanceID ) : System

Constructor

SubJob ( short index ) : Job

Sub job of the search result index

SubLvl ( short index ) : byte

Main level of the search result index

Zone ( short index ) : Zone

Zone the search result index is currently in

Method Details

MainJob() public method

Main job of the search result index
public MainJob ( short index ) : Job
index short Index of the search results to check
return Job

MainLvl() public method

Main level of the search result index
public MainLvl ( short index ) : byte
index short Index of the search results to check
return byte

Name() public method

Name of person in the search result
public Name ( short index ) : string
index short Index of the search results to look for
return string

SearchTools() public method

Constructor
public SearchTools ( int instanceID ) : System
instanceID int Instance ID generated by FFACE
return System

SubJob() public method

Sub job of the search result index
public SubJob ( short index ) : Job
index short Index of the search results to check
return Job

SubLvl() public method

Main level of the search result index
public SubLvl ( short index ) : byte
index short Index of the search results to check
return byte

Zone() public method

Zone the search result index is currently in
public Zone ( short index ) : Zone
index short Index of the search results to check
return Zone