C# Класс FFACETools.FFACE.SearchTools

Wrapper class for the search information returned from FFACE
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
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

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

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

Main job of the search result index
public MainJob ( short index ) : Job
index short Index of the search results to check
Результат Job

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

Main level of the search result index
public MainLvl ( short index ) : byte
index short Index of the search results to check
Результат byte

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

Name of person in the search result
public Name ( short index ) : string
index short Index of the search results to look for
Результат string

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

Constructor
public SearchTools ( int instanceID ) : System
instanceID int Instance ID generated by FFACE
Результат System

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

Sub job of the search result index
public SubJob ( short index ) : Job
index short Index of the search results to check
Результат Job

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

Main level of the search result index
public SubLvl ( short index ) : byte
index short Index of the search results to check
Результат byte

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

Zone the search result index is currently in
public Zone ( short index ) : Zone
index short Index of the search results to check
Результат Zone