WebSvcLookupTable Namespace

The WebSvcLookupTable namespace is an arbitrary name for a reference to the LookupTable.asmx Web service of the PSI in Microsoft Office Project Server 2007.

The LookupTable class in the Web service includes methods that manage lookup tables, multi-language lookup tables, and their corresponding code masks. 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
Public class LookupTable Includes methods for managing custom field lookup tables and corresponding code masks in Microsoft Office Project Server 2007.
Public class LookupTableDataSet Specifies the DataSet for one or more lookup tables.
Public class LookupTableDataSet.LookupTableMasksDataTable Represents lookup table code mask values.
Public class LookupTableDataSet.LookupTableMasksRow Represents one lookup table code mask value.
Public class LookupTableDataSet.LookupTableMasksRowChangeEvent Describes event handler settings for the specified data.
Public class LookupTableDataSet.LookupTablesDataTable Represents a collection of lookup tables.
Public class LookupTableDataSet.LookupTablesRow Represents one lookup table.
Public class LookupTableDataSet.LookupTablesRowChangeEvent Describes event handler settings for the specified data.
Public class LookupTableDataSet.LookupTableTreesDataTable Represents the values of nodes in a lookup table tree.
Public class LookupTableDataSet.LookupTableTreesRow Represents the value of one node in a lookup table tree.
Public class LookupTableDataSet.LookupTableTreesRowChangeEvent Describes event handler settings for the specified data.
Public class LookupTableMultiLangDataSet Specifies the DataSet for one or more multilanguage lookup tables.
Public class LookupTableMultiLangDataSet.LookupTableLanguagesDataTable Represents the lookup table languages in a multilanguage lookup table.
Public class LookupTableMultiLangDataSet.LookupTableLanguagesRow Represents one language in a multilanguage lookup table.
Public class LookupTableMultiLangDataSet.LookupTableLanguagesRowChangeEvent Describes event handler settings for the specified data.
Public class LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable Represents the set of code mask structures in a multilanguage lookup table.
Public class LookupTableMultiLangDataSet.LookupTableMaskStructuresRow Represents one code mask structure in a multilanguage lookup table.
Public class LookupTableMultiLangDataSet.LookupTableMaskStructuresRowChangeEvent Describes event handler settings for the specified data.
Public class LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable Represents multilanguage lookup table code mask values.
Public class LookupTableMultiLangDataSet.LookupTableMaskValuesRow Represents one code mask value in a multilanguage lookup table.
Public class LookupTableMultiLangDataSet.LookupTableMaskValuesRowChangeEvent Describes event handler settings for the specified data.
Public class LookupTableMultiLangDataSet.LookupTablesDataTable Represents a collection of multilanguage lookup tables.
Public class LookupTableMultiLangDataSet.LookupTablesRow
Public class LookupTableMultiLangDataSet.LookupTablesRowChangeEvent Describes event handler settings for the specified data.
Public class LookupTableMultiLangDataSet.LookupTableStructuresDataTable Relates multilanguage lookup tables with structures of the lookup table and the parent lookup table.
Public class LookupTableMultiLangDataSet.LookupTableStructuresRow
Public class LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEvent Describes event handler settings for the specified data.
Public class LookupTableMultiLangDataSet.LookupTableValuesDataTable Represents the values of nodes in a multilanguage lookup table.
Public class LookupTableMultiLangDataSet.LookupTableValuesRow Specifies one row of lookup table values.
Public class LookupTableMultiLangDataSet.LookupTableValuesRowChangeEvent Describes event handler settings for the specified data.

Delegates

  Delegate Description
Public delegate LookupTableDataSet.LookupTableMasksRowChangeEventHandler
Public delegate LookupTableDataSet.LookupTablesRowChangeEventHandler
Public delegate LookupTableDataSet.LookupTableTreesRowChangeEventHandler
Public delegate LookupTableMultiLangDataSet.LookupTableLanguagesRowChangeEventHandler
Public delegate LookupTableMultiLangDataSet.LookupTableMaskStructuresRowChangeEventHandler
Public delegate LookupTableMultiLangDataSet.LookupTableMaskValuesRowChangeEventHandler
Public delegate LookupTableMultiLangDataSet.LookupTablesRowChangeEventHandler
Public delegate LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler
Public delegate LookupTableMultiLangDataSet.LookupTableValuesRowChangeEventHandler