ProjectContext members

Include protected members
Include inherited members

The ProjectContext type exposes the following members.

Constructors

  Name Description
Public method ProjectContext

Top

Properties

  Name Description
Public property ApplicationName Gets or sets the name of the runtime where the current client application is located. (Inherited from ClientRuntimeContext.)
Public property AuthenticationMode Gets or sets the authentication mode for the client context. (Inherited from ClientRuntimeContext.)
Public property Calendars
Public property ClientTag Gets or sets the client tag that is sent to server in the HTTP header. (Inherited from ClientRuntimeContext.)
Public property Credentials Gets or sets the authentication information for the client context. (Inherited from ClientRuntimeContext.)
Public property CustomFields
Public property DisableReturnValueCache (Inherited from ClientRuntimeContext.)
Public property EnterpriseProjectTypes
Public property EnterpriseResources
Public property EntityTypes
Public property EventHandlers
Public property Events
Public property FormDigestHandlingEnabled Determines whether form digest handling is enabled and has a default value of true. (Inherited from ClientContext.)
Public property FormsAuthenticationLoginInfo Gets or sets the login information for the forms authentication mode of the client context. (Inherited from ClientRuntimeContext.)
Public property HasPendingRequest Gets the flag that indicates whether the client context has the ClientRequest to be sent to the server. (Inherited from ClientRuntimeContext.)
Public property LookupTables
Public property PageSizes
Public property PendingRequest Gets the ClientRequest object that is sent to the server when the next ExecuteQuery is executed. (Inherited from ClientRuntimeContext.)
Public property Phases
Public property ProjectDetailPages
Public property Projects
Public property RequestResources (Inherited from ClientContext.)
Public property RequestSchemaVersion Gets of sets the schema version of the request. (Inherited from ClientRuntimeContext.)
Public property RequestTimeout Gets or sets the requested time-out value in milliseconds. (Inherited from ClientRuntimeContext.)
Public property ServerLibraryVersion Gets the build version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server. (Inherited from ClientRuntimeContext.)
Public property ServerSchemaVersion Gets the schema version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server. (Inherited from ClientRuntimeContext.)
Public property ServerVersion Gets the version of the current SharePoint Server. (Inherited from ClientContext.)
Protected property ServiceRelativeUrl (Inherited from ClientRuntimeContext.)
Public property ServiceStatus
Public property Site Gets the site collection that is associated with the client context. (Inherited from ClientContext.)
Public property Stages
Public property StaticObjects This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientRuntimeContext.)
Public property Tag Gets or sets the object that stores custom data about the client context. (Inherited from ClientRuntimeContext.)
Public property TimeSheetPeriods
Public property TraceCorrelationId Gets or sets the trace correlation ID used by the server. (Inherited from ClientRuntimeContext.)
Public property Url Gets the URL associated with the runtime context. (Inherited from ClientRuntimeContext.)
Public property ValidateOnClient Gets or sets the flag that indicates whether the client library needs to validate the method parameters on the client side. (Inherited from ClientRuntimeContext.)
Public property Web Gets the website that is associated with the client context. (Inherited from ClientContext.)
Public property WebRequestExecutorFactory Gets or sets the factory to create the WebRequestExecutor that is used to send the request to and get the response from the server. (Inherited from ClientRuntimeContext.)
Public property WorkflowActivities
Public property WorkflowDesigner

Top

Methods

  Name Description
Public method AddQuery This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientRuntimeContext.)
Public method AddQueryIdAndResultObject This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientRuntimeContext.)
Public method CastTo<T> Casts a specified client object to its derived type. (Inherited from ClientRuntimeContext.)
Public method Dispose() Disposes of the runtime context. (Inherited from ClientRuntimeContext.)
Protected method Dispose(Boolean) Disposes of the runtime context depending on the specified Boolean value. (Inherited from ClientRuntimeContext.)
Public method ExecuteQuery Executes the current set of data retrieval queries and method invocations. (Inherited from ClientContext.)
Public method ExecuteQueryAsync (Inherited from ClientContext.)
Public method GetDeletedPublishedAssignments
Public method GetFormDigestDirect Gets form digest information directly from a server. (Inherited from ClientContext.)
Public method Load<T> (Inherited from ClientRuntimeContext.)
Public method LoadQuery<T>(IQueryable<T>) Retrieves an enumerable sequence of the child client objects from a collection that can be the query expression in LINQ syntax. (Inherited from ClientRuntimeContext.)
Public method LoadQuery<T>(ClientObjectCollection<T>) Retrieves an enumerable sequence of the child client objects from a collection. (Inherited from ClientRuntimeContext.)
Protected method OnExecutingWebRequest Raises the ExecutingWebRequest event. (Inherited from ClientRuntimeContext.)
Public method ParseObjectFromJsonString Parses the specified JavaScript Object Notation (JSON) string and gets an object from it. (Inherited from ClientRuntimeContext.)
Public method ToString (Inherited from Object.)
Public method WaitForQueue

Top

Events

  Name Description
Public event ExecutingWebRequest An event that is raised when the web request is sent to the server. (Inherited from ClientRuntimeContext.)

Top

See also

Reference

ProjectContext class

Microsoft.ProjectServer.Client namespace