WebSvcLookupTable 命名空间
The LookupTable class is the primary class in the WebSvcLookupTable namespace. The LookupTable class includes methods that manage lookup tables and multilanguage lookup tables, and their corresponding code masks.
备注
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 WebSvcLookupTable namespace is an arbitrary name for a reference to the LookupTable.asmx web service (or the Lookuptable.svc service) of the Project Server Interface (PSI). 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:
类
委托
委托 | 说明 | |
---|---|---|
LookupTableDataSet.LookupTableMasksRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 | |
LookupTableDataSet.LookupTablesRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 | |
LookupTableDataSet.LookupTableTreesRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 | |
LookupTableMultiLangDataSet.LookupTableLanguagesRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 | |
LookupTableMultiLangDataSet.LookupTableMaskStructuresRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 | |
LookupTableMultiLangDataSet.LookupTableMaskValuesRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 | |
LookupTableMultiLangDataSet.LookupTablesRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 | |
LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 | |
LookupTableMultiLangDataSet.LookupTableValuesRowChangeEventHandler | 表示处理事件数据行上执行操作时出现这种情况的方法。 |