CustomFields members

This class includes methods for managing enterprise custom fields in Project Server.

The CustomFields type exposes the following members.

Constructors

  Name Description
Public method CustomFields Creates a CustomFields object from the ASMX-based CustomFields web service.

Top

Properties

  Name Description
Public property AllowAutoRedirect (Inherited from HttpWebClientProtocol.)
Protected property CanRaiseEvents (Inherited from Component.)
Public property ClientCertificates (Inherited from HttpWebClientProtocol.)
Public property ConnectionGroupName (Inherited from WebClientProtocol.)
Public property Container (Inherited from Component.)
Public property CookieContainer (Inherited from HttpWebClientProtocol.)
Public property Credentials (Inherited from WebClientProtocol.)
Protected property DesignMode (Inherited from Component.)
Public property EnableDecompression (Inherited from HttpWebClientProtocol.)
Protected property Events (Inherited from Component.)
Public property PreAuthenticate (Inherited from WebClientProtocol.)
Public property Proxy (Inherited from HttpWebClientProtocol.)
Public property RequestEncoding (Inherited from WebClientProtocol.)
Public property Site (Inherited from Component.)
Public property SoapVersion (Inherited from SoapHttpClientProtocol.)
Public property Timeout (Inherited from WebClientProtocol.)
Public property UnsafeAuthenticatedConnectionSharing (Inherited from HttpWebClientProtocol.)
Public property Url (Inherited from WebClientProtocol.)
Public property UseDefaultCredentials (Inherited from WebClientProtocol.)
Public property UserAgent (Inherited from HttpWebClientProtocol.)

Top

Methods

  Name Description
Public method Abort (Inherited from WebClientProtocol.)
Protected method BeginInvoke (Inherited from SoapHttpClientProtocol.)
Protected method CancelAsync (Inherited from HttpWebClientProtocol.)
Public method CheckInCustomFields Checks in the specified enterprise custom fields.
Public method CheckOutCustomFields Checks out the specified enterprise custom fields for editing.
Public method CreateCustomFields Creates enterprise custom fields.
Public method CreateCustomFields2 Creates enterprise custom fields, where formulas are in a language-dependent format.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method DeleteCustomFields Deletes the specified enterprise custom fields.
Public method Discover (Inherited from SoapHttpClientProtocol.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Protected method EndInvoke (Inherited from SoapHttpClientProtocol.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetReaderForMessage (Inherited from SoapHttpClientProtocol.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Protected method GetWebRequest (Inherited from SoapHttpClientProtocol.)
Protected method GetWebResponse(WebRequest) (Inherited from HttpWebClientProtocol.)
Protected method GetWebResponse(WebRequest, IAsyncResult) (Inherited from HttpWebClientProtocol.)
Protected method GetWriterForMessage (Inherited from SoapHttpClientProtocol.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method Invoke (Inherited from SoapHttpClientProtocol.)
Protected method InvokeAsync(String, [], SendOrPostCallback) (Inherited from SoapHttpClientProtocol.)
Protected method InvokeAsync(String, [], SendOrPostCallback, Object) (Inherited from SoapHttpClientProtocol.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ReadCustomFields Gets enterprise custom field definitions.
Public method ReadCustomFields2 Gets enterprise custom field definitions, where formulas are in a language-dependent format.
Public method ReadCustomFieldsByEntity Gets all of the enterprise custom fields for the specified entity (project, resource, or task).
Public method ReadCustomFieldsByEntity2 Gets all of the enterprise custom fields for the specified entity (project, resource, or task), where formulas are in language-dependent format.
Public method ReadCustomFieldsByMdPropUids Gets the custom field definitions for the specified custom field unique identifiers.
Public method ReadCustomFieldsByMdPropUids2 Gets the custom field definitions based on global permissions for the specified custom field unique identifiers, where formulas are in a language-dependent format.
Public method ToString (Inherited from Component.)
Public method UpdateCustomFields Creates, modifies, or deletes enterprise custom fields.
Public method UpdateCustomFields2 Creates, modifies, or deletes enterprise custom fields, where formulas are in a language-dependent format.

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

See also

Reference

CustomFields class

WebSvcCustomFields namespace