LookupTable Web Service
The LookupTable class is the primary class in the [LookupTable Web service] namespace. The LookupTable class includes methods that manage lookup tables and multilanguage lookup tables, and their corresponding code masks.
Note
In the ASMX web service, LookupTable is a class. In the WCF service, LookupTable is an interface that is implemented in the LookupTableClient class. For information about using the LookupTableClient class in a WCF-based application, see the LookupTable class constructor.
The [LookupTable Web service] namespace is an arbitrary name for a reference to the LookupTable.asmx web service (or the Lookuptable.svc service) of the PSI in Microsoft Project Server 2010. Methods in the LookupTable class can check out, check in, read, create, delete, and update lookup tables.
LookupTable methods typically use or return one of the following DataSet objects:
Classes
Class | Description | |
---|---|---|
LookupTable | Includes methods for managing custom field lookup tables and corresponding code masks in Project Server. | |
LookupTableDataSet | Represents one or more lookup tables. | |
LookupTableDataSet.LookupTableMasksDataTable | Represents a lookup table of code mask values. | |
LookupTableDataSet.LookupTableMasksRow | Represents one lookup table code mask value. | |
LookupTableDataSet.LookupTableMasksRowChangeEvent | Event that occurs when data in a LookupTableMasksRow is changed. | |
LookupTableDataSet.LookupTablesDataTable | Represents a collection of lookup tables. | |
LookupTableDataSet.LookupTablesRow | Represents one lookup table. | |
LookupTableDataSet.LookupTablesRowChangeEvent | Event that occurs when data in a LookupTablesRow is changed. | |
LookupTableDataSet.LookupTableTreesDataTable | Represents the values of nodes in a lookup table tree. | |
LookupTableDataSet.LookupTableTreesRow | Represents the value of one node in a lookup table tree. | |
LookupTableDataSet.LookupTableTreesRowChangeEvent | Event that occurs when data in a LookupTableTreesRow is changed. | |
LookupTableMultiLangDataSet | Represents one or more multilanguage lookup tables. | |
LookupTableMultiLangDataSet.LookupTableLanguagesDataTable | Represents the lookup table languages in a multilanguage lookup table. | |
LookupTableMultiLangDataSet.LookupTableLanguagesRow | Represents one language in a multilanguage lookup table. | |
LookupTableMultiLangDataSet.LookupTableLanguagesRowChangeEvent | Event that occurs when data in a LookupTableLanguagesRow is changed. | |
LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable | Represents the set of code mask structures in a multilanguage lookup table. | |
LookupTableMultiLangDataSet.LookupTableMaskStructuresRow | Represents one code mask structure in a multilanguage lookup table. | |
LookupTableMultiLangDataSet.LookupTableMaskStructuresRowChangeEvent | Event that occurs when data in a LookupTableMaskStructuresRow is changed. | |
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable | Represents multilanguage lookup table code mask values. | |
LookupTableMultiLangDataSet.LookupTableMaskValuesRow | Represents one code mask value in a multilanguage lookup table. | |
LookupTableMultiLangDataSet.LookupTableMaskValuesRowChangeEvent | Event that occurs when data in a LookupTableMaskValuesRow is changed. | |
LookupTableMultiLangDataSet.LookupTablesDataTable | Represents a collection of multilanguage lookup tables. | |
LookupTableMultiLangDataSet.LookupTablesRow | Represents one multilanguage lookup table. | |
LookupTableMultiLangDataSet.LookupTablesRowChangeEvent | Event that occurs when data in a LookupTablesRow is changed. | |
LookupTableMultiLangDataSet.LookupTableStructuresDataTable | Relates multilanguage lookup tables with structures of the lookup table and the parent lookup table. | |
LookupTableMultiLangDataSet.LookupTableStructuresRow | Specifies one row of lookup table structure data. | |
LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEvent | Event that occurs when data in a LookupTableStructuresRow is changed. | |
LookupTableMultiLangDataSet.LookupTableValuesDataTable | Represents the values of nodes in a multilanguage lookup table. | |
LookupTableMultiLangDataSet.LookupTableValuesRow | Specifies one row of lookup table values. | |
LookupTableMultiLangDataSet.LookupTableValuesRowChangeEvent | Event that occurs when data in a LookupTableValuesRow is changed. |
Delegates
Delegate | Description | |
---|---|---|
LookupTableDataSet.LookupTableMasksRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. | |
LookupTableDataSet.LookupTablesRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. | |
LookupTableDataSet.LookupTableTreesRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. | |
LookupTableMultiLangDataSet.LookupTableLanguagesRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. | |
LookupTableMultiLangDataSet.LookupTableMaskStructuresRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. | |
LookupTableMultiLangDataSet.LookupTableMaskValuesRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. | |
LookupTableMultiLangDataSet.LookupTablesRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. | |
LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. | |
LookupTableMultiLangDataSet.LookupTableValuesRowChangeEventHandler | Represents the method that handles events which occur when an action is performed on the data row. |