LookupTable Members
Include Protected Members
Include Inherited Members
Includes methods for managing custom field lookup tables and corresponding code masks in Project Server.
The LookupTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTable | Creates a LookupTable object from the ASMX-based LookupTable web service. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
BeginInvoke | (Inherited from SoapHttpClientProtocol.) | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CheckInLookupTables | Checks in the specified custom field lookup tables. | |
CheckOutLookupTables | Checks out the specified custom field lookup tables for editing. | |
CreateLookupTables | Creates custom field lookup tables and corresponding code masks. | |
CreateLookupTablesMultiLang | Creates multilanguage custom field lookup tables and corresponding code masks. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
DeleteLookupTables | Deletes the specified custom field lookup tables. | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | (Inherited from SoapHttpClientProtocol.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetWebRequest | (Inherited from SoapHttpClientProtocol.) | |
GetWebResponse(WebRequest) | (Inherited from HttpWebClientProtocol.) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback) | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback, Object) | (Inherited from SoapHttpClientProtocol.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ReadLookupTables | Gets custom field lookup tables and corresponding code masks. The language parameter is used only if xmlFilter is an empty string. | |
ReadLookupTablesByUids | Gets the lookup tables and the corresponding code masks for a specified list of lookup table GUIDs. | |
ReadLookupTablesMultiLang | Gets multilanguage custom field lookup tables and corresponding code masks. | |
ReadLookupTablesMultiLangByUids | Gets the multilanguage lookup tables and the corresponding code masks of specified list of lookup table GUIDs. | |
ToString | (Inherited from Component.) | |
UpdateLookupTables | Creates, modifies, or deletes data in custom field lookup tables. UpdateLookupTables creates lookup tables and corresponding code masks if the LookupTableDataSet includes new lookup tables, modifies existing lookup tables, and deletes lookup tables that are not in the LookupTableDataSet. | |
UpdateLookupTablesMultiLang | Creates, modifies, or deletes data in multilanguage custom field lookup tables and corresponding code masks. |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top