ProjectContext members
Include protected members
Include inherited members
The ProjectContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectContext |
Top
Properties
Name | Description | |
---|---|---|
ApplicationName | Gets or sets the name of the runtime where the current client application is located. (Inherited from ClientRuntimeContext.) | |
AuthenticationMode | Gets or sets the authentication mode for the client context. (Inherited from ClientRuntimeContext.) | |
Calendars | ||
ClientTag | Gets or sets the client tag that is sent to server in the HTTP header. (Inherited from ClientRuntimeContext.) | |
Credentials | Gets or sets the authentication information for the client context. (Inherited from ClientRuntimeContext.) | |
CustomFields | ||
DisableReturnValueCache | (Inherited from ClientRuntimeContext.) | |
EnterpriseProjectTypes | ||
EnterpriseResources | ||
EntityTypes | ||
EventHandlers | ||
Events | ||
FormDigestHandlingEnabled | Determines whether form digest handling is enabled and has a default value of true. (Inherited from ClientContext.) | |
FormsAuthenticationLoginInfo | Gets or sets the login information for the forms authentication mode of the client context. (Inherited from ClientRuntimeContext.) | |
HasPendingRequest | Gets the flag that indicates whether the client context has the ClientRequest to be sent to the server. (Inherited from ClientRuntimeContext.) | |
LookupTables | ||
PageSizes | ||
PendingRequest | Gets the ClientRequest object that is sent to the server when the next ExecuteQuery is executed. (Inherited from ClientRuntimeContext.) | |
Phases | ||
ProjectDetailPages | ||
Projects | ||
RequestResources | (Inherited from ClientContext.) | |
RequestSchemaVersion | Gets of sets the schema version of the request. (Inherited from ClientRuntimeContext.) | |
RequestTimeout | Gets or sets the requested time-out value in milliseconds. (Inherited from ClientRuntimeContext.) | |
ServerLibraryVersion | Gets the build version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server. (Inherited from ClientRuntimeContext.) | |
ServerSchemaVersion | Gets the schema version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server. (Inherited from ClientRuntimeContext.) | |
ServerVersion | Gets the version of the current SharePoint Server. (Inherited from ClientContext.) | |
ServiceRelativeUrl | (Inherited from ClientRuntimeContext.) | |
ServiceStatus | ||
Site | Gets the site collection that is associated with the client context. (Inherited from ClientContext.) | |
Stages | ||
StaticObjects | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientRuntimeContext.) | |
Tag | Gets or sets the object that stores custom data about the client context. (Inherited from ClientRuntimeContext.) | |
TimeSheetPeriods | ||
TraceCorrelationId | Gets or sets the trace correlation ID used by the server. (Inherited from ClientRuntimeContext.) | |
Url | Gets the URL associated with the runtime context. (Inherited from ClientRuntimeContext.) | |
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.) | |
Web | Gets the website that is associated with the client context. (Inherited from ClientContext.) | |
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.) | |
WorkflowActivities | ||
WorkflowDesigner |
Top
Methods
Name | Description | |
---|---|---|
AddQuery | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientRuntimeContext.) | |
AddQueryIdAndResultObject | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientRuntimeContext.) | |
CastTo<T> | Casts a specified client object to its derived type. (Inherited from ClientRuntimeContext.) | |
Dispose() | Disposes of the runtime context. (Inherited from ClientRuntimeContext.) | |
Dispose(Boolean) | Disposes of the runtime context depending on the specified Boolean value. (Inherited from ClientRuntimeContext.) | |
ExecuteQuery | Executes the current set of data retrieval queries and method invocations. (Inherited from ClientContext.) | |
ExecuteQueryAsync | (Inherited from ClientContext.) | |
GetDeletedPublishedAssignments | ||
GetFormDigestDirect | Gets form digest information directly from a server. (Inherited from ClientContext.) | |
Load<T> | (Inherited from ClientRuntimeContext.) | |
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.) | |
LoadQuery<T>(ClientObjectCollection<T>) | Retrieves an enumerable sequence of the child client objects from a collection. (Inherited from ClientRuntimeContext.) | |
OnExecutingWebRequest | Raises the ExecutingWebRequest event. (Inherited from ClientRuntimeContext.) | |
ParseObjectFromJsonString | Parses the specified JavaScript Object Notation (JSON) string and gets an object from it. (Inherited from ClientRuntimeContext.) | |
ToString | (Inherited from Object.) | |
WaitForQueue |
Top
Events
Name | Description | |
---|---|---|
ExecutingWebRequest | An event that is raised when the web request is sent to the server. (Inherited from ClientRuntimeContext.) |
Top