C# Class FFACETools.FFACE.SearchTools

Wrapper class for the search information returned from FFACE
Afficher le fichier Open project: golfandsurf/Campah

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

MainLvl() public méthode

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

Name() public méthode

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

SearchTools() public méthode

Constructor
public SearchTools ( int instanceID ) : System
instanceID int Instance ID generated by FFACE
Résultat System

SubJob() public méthode

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

SubLvl() public méthode

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

Zone() public méthode

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