ManagementService Class
There are no comments for ManagementService in the schema.
Inheritance Hierarchy
System.Object
System.Data.Services.Client.DataServiceContext
Microsoft.TeamFoundation.Framework.Server.AccessControl.ManagementService
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Class ManagementService _
Inherits DataServiceContext
public class ManagementService : DataServiceContext
public ref class ManagementService : public DataServiceContext
type ManagementService =
class
inherit DataServiceContext
end
public class ManagementService extends DataServiceContext
The ManagementService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ManagementService | Initialize a new ManagementService object. |
Top
Properties
Name | Description | |
---|---|---|
ApplyingChanges | Gets a value that indicates whether the DataServiceContext is currently applying changes to tracked objects. (Inherited from DataServiceContext.) | |
BaseUri | Gets the absolute URI identifying the root of the target data service. (Inherited from DataServiceContext.) | |
ClaimTypes | There are no comments for ClaimTypes in the schema. | |
ConditionalRules | There are no comments for ConditionalRules in the schema. | |
Credentials | Gets or sets the authentication information that is used by each query created by using the DataServiceContext object. (Inherited from DataServiceContext.) | |
DataNamespace | Gets or sets the XML namespace for data items, not metadata items, of an Atom payload. (Inherited from DataServiceContext.) | |
Delegations | There are no comments for Delegations in the schema. | |
Entities | Gets a list of all the resources currently being tracked by the DataServiceContext. (Inherited from DataServiceContext.) | |
IdentityProviderAddresses | There are no comments for IdentityProviderAddresses in the schema. | |
IdentityProviderClaimTypes | There are no comments for IdentityProviderClaimTypes in the schema. | |
IdentityProviderKeys | There are no comments for IdentityProviderKeys in the schema. | |
IdentityProviders | There are no comments for IdentityProviders in the schema. | |
IgnoreMissingProperties | Gets or sets whether the properties read from the type must be mapped to properties on the client-side type. (Inherited from DataServiceContext.) | |
IgnoreResourceNotFoundException | Gets or sets whether an exception is raised when a 404 error (resource not found) is returned by the data service. (Inherited from DataServiceContext.) | |
Issuers | There are no comments for Issuers in the schema. | |
Links | Gets the collection of all associations or links currently being tracked by the DataServiceContext object. (Inherited from DataServiceContext.) | |
MergeOption | Gets or sets the synchronization option for receiving entities from a data service. (Inherited from DataServiceContext.) | |
RelyingParties | There are no comments for RelyingParties in the schema. | |
RelyingPartyAddresses | There are no comments for RelyingPartyAddresses in the schema. | |
RelyingPartyIdentityProviders | There are no comments for RelyingPartyIdentityProviders in the schema. | |
RelyingPartyKeys | There are no comments for RelyingPartyKeys in the schema. | |
RelyingPartyRuleGroups | There are no comments for RelyingPartyRuleGroups in the schema. | |
ResolveName | Gets or sets a function to override the default type resolution strategy used by the client library when you send entities to a data service. (Inherited from DataServiceContext.) | |
ResolveType | Gets or sets a function that is used to override the default type resolution option that is used by the client library when receiving entities from a data service. (Inherited from DataServiceContext.) | |
RuleGroups | There are no comments for RuleGroups in the schema. | |
Rules | There are no comments for Rules in the schema. | |
SaveChangesDefaultOptions | Gets or sets the SaveChangesOptions values that are used by the SaveChanges method. (Inherited from DataServiceContext.) | |
ServiceIdentities | There are no comments for ServiceIdentities in the schema. | |
ServiceIdentityKeys | There are no comments for ServiceIdentityKeys in the schema. | |
ServiceKeys | There are no comments for ServiceKeys in the schema. | |
Timeout | Gets or sets the time-out option that is used for the underlying HTTP request to the data service. (Inherited from DataServiceContext.) | |
TypeScheme | Gets or sets the URI used to indicate what type scheme is used by the service. (Inherited from DataServiceContext.) | |
UsePostTunneling | Gets or sets a Boolean value that indicates whether to use post tunneling. (Inherited from DataServiceContext.) |
Top
Methods
Name | Description | |
---|---|---|
AddLink | Adds the specified link to the set of objects the DataServiceContext is tracking. (Inherited from DataServiceContext.) | |
AddObject | Adds the specified object to the set of objects that the DataServiceContext is tracking. (Inherited from DataServiceContext.) | |
AddRelatedObject | Adds a related object to the context and creates the link that defines the relationship between the two objects in a single request. (Inherited from DataServiceContext.) | |
AddToClaimTypes | There are no comments for ClaimTypes in the schema. | |
AddToConditionalRules | There are no comments for ConditionalRules in the schema. | |
AddToDelegations | There are no comments for Delegations in the schema. | |
AddToIdentityProviderAddresses | There are no comments for IdentityProviderAddresses in the schema. | |
AddToIdentityProviderClaimTypes | There are no comments for IdentityProviderClaimTypes in the schema. | |
AddToIdentityProviderKeys | There are no comments for IdentityProviderKeys in the schema. | |
AddToIdentityProviders | There are no comments for IdentityProviders in the schema. | |
AddToIssuers | There are no comments for Issuers in the schema. | |
AddToRelyingParties | There are no comments for RelyingParties in the schema. | |
AddToRelyingPartyAddresses | There are no comments for RelyingPartyAddresses in the schema. | |
AddToRelyingPartyIdentityProviders | There are no comments for RelyingPartyIdentityProviders in the schema. | |
AddToRelyingPartyKeys | There are no comments for RelyingPartyKeys in the schema. | |
AddToRelyingPartyRuleGroups | There are no comments for RelyingPartyRuleGroups in the schema. | |
AddToRuleGroups | There are no comments for RuleGroups in the schema. | |
AddToRules | There are no comments for Rules in the schema. | |
AddToServiceIdentities | There are no comments for ServiceIdentities in the schema. | |
AddToServiceIdentityKeys | There are no comments for ServiceIdentityKeys in the schema. | |
AddToServiceKeys | There are no comments for ServiceKeys in the schema. | |
AttachLink | Notifies the DataServiceContext to start tracking the specified link that defines a relationship between entity objects. (Inherited from DataServiceContext.) | |
AttachTo(String, Object) | Notifies the DataServiceContext to start tracking the specified resource and supplies the location of the resource within the specified resource set. (Inherited from DataServiceContext.) | |
AttachTo(String, Object, String) | Notifies the DataServiceContext to start tracking the specified resource and supplies the location of the resource in the specified resource set. (Inherited from DataServiceContext.) | |
BeginExecute<TElement>(Uri, AsyncCallback, Object) | Asynchronously sends the request so that this call does not block processing while waiting for the results from the service. (Inherited from DataServiceContext.) | |
BeginExecute<T>(DataServiceQueryContinuation<T>, AsyncCallback, Object) | Asynchronously sends a request to the data service to retrieve the next page of data in a paged query result. (Inherited from DataServiceContext.) | |
BeginExecuteBatch | Asynchronously submits a group of queries as a batch to the data service. (Inherited from DataServiceContext.) | |
BeginGetReadStream | Asynchronously gets binary property data for the specified entity as a data stream along with the specified message headers. (Inherited from DataServiceContext.) | |
BeginLoadProperty(Object, String, AsyncCallback, Object) | Asynchronously loads the value of the specified property from the data service. (Inherited from DataServiceContext.) | |
BeginLoadProperty(Object, String, Uri, AsyncCallback, Object) | Asynchronously loads a page of related entities from the data service by using the supplied next link URI. (Inherited from DataServiceContext.) | |
BeginLoadProperty(Object, String, DataServiceQueryContinuation, AsyncCallback, Object) | Asynchronously loads the next page of related entities from the data service by using the supplied query continuation object. (Inherited from DataServiceContext.) | |
BeginSaveChanges(AsyncCallback, Object) | Asynchronously submits the pending changes to the data service collected by the DataServiceContext since the last time changes were saved. (Inherited from DataServiceContext.) | |
BeginSaveChanges(SaveChangesOptions, AsyncCallback, Object) | Asynchronously submits the pending changes to the data service collected by the DataServiceContext since the last time changes were saved. (Inherited from DataServiceContext.) | |
CancelRequest | Attempts to cancel the operation that is associated with the supplied IAsyncResult object. (Inherited from DataServiceContext.) | |
CreateQuery<T> | Creates a data service query for data of a specified generic type. (Inherited from DataServiceContext.) | |
DeleteLink | Changes the state of the link to deleted in the list of links being tracked by the DataServiceContext. (Inherited from DataServiceContext.) | |
DeleteObject | Changes the state of the specified object to be deleted in the DataServiceContext. (Inherited from DataServiceContext.) | |
Detach | Removes the entity from the list of entities that the DataServiceContext is tracking. (Inherited from DataServiceContext.) | |
DetachLink | Removes the specified link from the list of links being tracked by the DataServiceContext. (Inherited from DataServiceContext.) | |
EndExecute<TElement> | Called to complete the BeginExecute. (Inherited from DataServiceContext.) | |
EndExecuteBatch | Called to complete the BeginExecuteBatch. (Inherited from DataServiceContext.) | |
EndGetReadStream | Called to complete the asynchronous operation of retrieving a binary property as a stream. (Inherited from DataServiceContext.) | |
EndLoadProperty | Called to complete the BeginLoadProperty operation. (Inherited from DataServiceContext.) | |
EndSaveChanges | Called to complete the BeginSaveChanges operation. (Inherited from DataServiceContext.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute<TElement>(Uri) | Sends a request to the data service to execute a specific URI. (Inherited from DataServiceContext.) | |
Execute<T>(DataServiceQueryContinuation<T>) | Sends a request to the data service to retrieve the next page of data in a paged query result. (Inherited from DataServiceContext.) | |
ExecuteBatch | Submits a group of queries as a batch to the data service. (Inherited from DataServiceContext.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEntityDescriptor | Gets the EntityDescriptor for the supplied entity object. (Inherited from DataServiceContext.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLinkDescriptor | Gets the LinkDescriptor for a specific link that defines the relationship between two entities. (Inherited from DataServiceContext.) | |
GetMetadataUri | Gets a URI of the location of .edmx metadata. (Inherited from DataServiceContext.) | |
GetReadStream(Object) | Gets binary property data for the specified entity as a data stream. (Inherited from DataServiceContext.) | |
GetReadStream(Object, String) | Gets binary property data for the specified entity as a data stream, with the specified Accept message header. (Inherited from DataServiceContext.) | |
GetReadStream(Object, DataServiceRequestArgs) | Gets binary property data for the specified entity as a data stream along with the specified message headers. (Inherited from DataServiceContext.) | |
GetReadStreamUri | Gets the URI that is used to return binary property data as a data stream. (Inherited from DataServiceContext.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadProperty(Object, String) | Loads deferred content for a specified property from the data service. (Inherited from DataServiceContext.) | |
LoadProperty(Object, String, Uri) | Loads a page of related entities by using the supplied next link URI. (Inherited from DataServiceContext.) | |
LoadProperty(Object, String, DataServiceQueryContinuation) | Loads the next page of related entities from the data service by using the supplied query continuation object. (Inherited from DataServiceContext.) | |
LoadProperty<T>(Object, String, DataServiceQueryContinuation<T>) | Loads the next page of related entities from the data service by using the supplied generic query continuation object. (Inherited from DataServiceContext.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResolveNameFromType | Since the namespace configured for this service reference in Visual Studio differs from the one indicated in the server schema, use type-mappers to map between the two. | |
ResolveTypeFromName | Since the namespace configured for this service reference in Visual Studio differs from the one indicated in the server schema, use type-mappers to map between the two. | |
SaveChanges() | Saves the changes that the DataServiceContext is tracking to storage. (Inherited from DataServiceContext.) | |
SaveChanges(SaveChangesOptions) | Saves the changes that the DataServiceContext is tracking to storage. (Inherited from DataServiceContext.) | |
SetLink | Notifies the DataServiceContext that a new link exists between the objects specified and that the link is represented by the property specified by the sourceProperty parameter. (Inherited from DataServiceContext.) | |
SetSaveStream(Object, Stream, Boolean, DataServiceRequestArgs) | Sets a new data stream as the binary property of an entity, with the specified settings in the request message. (Inherited from DataServiceContext.) | |
SetSaveStream(Object, Stream, Boolean, String, String) | Sets a new data stream as the binary property of an entity. The specified Content-Type and Slug headers are included in the request message. (Inherited from DataServiceContext.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetEntity<TEntity> | Test retrieval of an entity being tracked by the DataServiceContext by reference to the URI of the entity. (Inherited from DataServiceContext.) | |
TryGetUri | Retrieves the canonical URI associated with the specified entity, if available. (Inherited from DataServiceContext.) | |
UpdateObject | Changes the state of the specified object in the DataServiceContext to Modified. (Inherited from DataServiceContext.) |
Top
Events
Name | Description | |
---|---|---|
ReadingEntity | Occurs after entity data has been completely read into the entity object. (Inherited from DataServiceContext.) | |
SendingRequest | Occurs when a new HttpWebRequest has been created. (Inherited from DataServiceContext.) | |
WritingEntity | Occurs after an entity has been fully serialized into XML in a request message. (Inherited from DataServiceContext.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace