ServiceClient Class

Contains the various business rules API operations.

Inheritance Hierarchy

System.Object
  System.ServiceModel.ClientBase<IService>
    Microsoft.MasterDataServices.ServiceClient

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Class ServiceClient _
    Inherits ClientBase(Of IService) _
    Implements IService
'Usage
Dim instance As ServiceClient
public class ServiceClient : ClientBase<IService>, 
    IService
public ref class ServiceClient : public ClientBase<IService^>, 
    IService
type ServiceClient =  
    class
        inherit ClientBase<IService>
        interface IService
    end
public class ServiceClient extends ClientBase<IService> implements IService

The ServiceClient type exposes the following members.

Constructors

  Name Description
Public method ServiceClient() Initializes a new instance of the ServiceClient class with default values.
Public method ServiceClient(String) Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.
Public method ServiceClient(Binding, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified binding and remote address.
Public method ServiceClient(String, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address.
Public method ServiceClient(String, String) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address as a string.

Top

Properties

  Name Description
Protected property Channel (Inherited from ClientBase<IService>.)
Public property ChannelFactory (Inherited from ClientBase<IService>.)
Public property ClientCredentials (Inherited from ClientBase<IService>.)
Public property Endpoint (Inherited from ClientBase<IService>.)
Public property InnerChannel (Inherited from ClientBase<IService>.)
Public property State (Inherited from ClientBase<IService>.)

Top

Methods

  Name Description
Public method Abort (Inherited from ClientBase<IService>.)
Public method AnnotationsDelete Deletes an existing annotation.
Public method AnnotationsUpdate Updates an existing annotation.
Public method BusinessRulesClone Creates new business rules which are exact copies of business rules from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Public method BusinessRulesCreate Creates new business rules.
Public method BusinessRulesDelete Deletes a business rule or components of rules.
Public method BusinessRulesGet Retrieves business rules.
Public method BusinessRulesPaletteGet Retrieves available business rule components (the component palette).
Public method BusinessRulesPublish Publishes business rules for a model/entity/member type.
Public method BusinessRulesUpdate Updates existing business rules.
Public method Close (Inherited from ClientBase<IService>.)
Protected method CreateChannel (Inherited from ClientBase<IService>.)
Public method DisplayInitializationUI (Inherited from ClientBase<IService>.)
Public method EntityMemberAnnotationsCreate Creates new annotations attached to a member.
Public method EntityMemberAnnotationsGet Retrieves annotations attached to a member.
Public method EntityMemberAttributesGet Retrieves a specified set of attribute values from a specified list of members.
Public method EntityMemberKeyLookup This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
Public method EntityMembersCopy Copies selected members to new target members.
Public method EntityMembersCreate Creates new members.
Public method EntityMembersDelete Deletes (deactivates) selected members.
Public method EntityMembersGet Retrieves a filtered set of members and their data from an entity.
Public method EntityMembersMerge Creates new members and updates existing members.
Public method EntityMembersUpdate Updates existing members.
Public method Equals (Inherited from Object.)
Public method ExportViewCreate Generates or regenerates desired subscription views.
Public method ExportViewDelete Removes an existing export view.
Public method ExportViewListGet Retrieves a list of existing export views.
Public method ExportViewUpdate Updates an existing export view.
Protected method Finalize (Inherited from Object.)
Protected method GetDefaultValueForInitialization<T> (Inherited from ClientBase<IService>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HierarchyMembersGet Retrieves parent-child members from a hierarchy relative to a parent node.
Protected method InvokeAsync (Inherited from ClientBase<IService>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetadataClone Creates exact copies of metadata components from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Public method MetadataCreate Creates new metadata components.
Public method MetadataDelete Deletes metadata components.
Public method MetadataGet Retrieves metadata.
Public method MetadataUpdate Updates metadata.
Public method ModelMembersBulkDelete Begins the asynchronous deletion of members.
Public method ModelMembersBulkMerge Begin the asynchronous creation and/or update of member data across one or more entities.
Public method ModelMembersBulkUpdate Begins the asynchronous update of member data across one or more entities.
Public method ModelMembersGet Retrieves entire selected models, entities and/or hierarchies.
Public method Open (Inherited from ClientBase<IService>.)
Public method SecurityPrincipalsClone Creates exact copies of users, groups and their permissions within the security model from another source, retaining the GUIDs of the original objects.
Public method SecurityPrincipalsCreate Creates new users, groups and their permissions within the security model.
Public method SecurityPrincipalsDelete Delete users and groups.
Public method SecurityPrincipalsGet Retrieves the security principals and their permissions.
Public method SecurityPrincipalsUpdate Updates security principals.
Public method SecurityPrivilegesClone Create exact copies of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Public method SecurityPrivilegesCreate Creates security privileges.
Public method SecurityPrivilegesDelete Deletes permissions.
Public method SecurityPrivilegesGet Retrieves security permissions for selected principals and/or models.
Public method SecurityPrivilegesUpdate Updates security privileges.
Public method ServiceCheck Determines whether the Master Data Services Web service is up and running and is connected to the database.
Public method StagingClear Clears the bulk staging area.
Public method StagingGet Retrieves the contents of the bulk staging area.
Public method StagingProcess Sweeps existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
Public method SystemDomainListGet Retrieves a localized fixed list of choices based on a list code.
Public method SystemPropertiesGet Retrieves immutable properties about the system.
Public method SystemSettingsGet Retrieves a list of system settings.
Public method SystemSettingsUpdate Updates system setting values.
Public method ToString (Inherited from Object.)
Public method TransactionAnnotationsCreate Creates new annotations attached to an existing transaction.
Public method TransactionAnnotationsGet Retrieves a filtered list of transactions from a model.
Public method TransactionsGet Retrieves a filtered list of transactions from a model.
Public method TransactionsReverse Reverses one or more existing transactions.
Public method UserPreferencesDelete Deletes the current user’s preferences.
Public method UserPreferencesGet Retrieves the current user’s preferences.
Public method UserPreferencesUpdate Updates the current user’s preferences.
Public method ValidationGet Retrieves filtered validation results from a model.
Public method ValidationProcess Processes validations (business rules) for selected members within a model.
Public method VersionCopy Copies a model version to a new version.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICommunicationObject.BeginClose(AsyncCallback, Object) (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate method ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object) (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate method ICommunicationObject.BeginOpen(AsyncCallback, Object) (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate method ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object) (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate method ICommunicationObject.Close (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate event ICommunicationObject.Closed (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate event ICommunicationObject.Closing (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate method IDisposable.Dispose (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate method ICommunicationObject.EndClose (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate method ICommunicationObject.EndOpen (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate event ICommunicationObject.Faulted (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate method ICommunicationObject.Open (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate event ICommunicationObject.Opened (Inherited from ClientBase<IService>.)
Explicit interface implemetationPrivate event ICommunicationObject.Opening (Inherited from ClientBase<IService>.)

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.