Класс ServiceClient

Contains the various business rules API operations.

Иерархия наследования

System. . :: . .Object
  System.ServiceModel. . :: . .ClientBase< (Of < ( <'IService> ) > ) >
    Microsoft.MasterDataServices..::..ServiceClient

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
Public Class ServiceClient _
    Inherits ClientBase(Of IService) _
    Implements IService
'Применение
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

Тип ServiceClient обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ServiceClient() () () () Initializes a new instance of the ServiceClient class with default values.
Открытый метод ServiceClient(String) Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.
Открытый метод ServiceClient(Binding, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified binding and remote address.
Открытый метод ServiceClient(String, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address.
Открытый метод ServiceClient(String, String) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address as a string.

В начало

Свойства

  Имя Описание
Защищенное свойство Channel (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытое свойство ChannelFactory (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытое свойство ClientCredentials (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытое свойство Endpoint (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытое свойство InnerChannel (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытое свойство State (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)

В начало

Методы

  Имя Описание
Открытый метод Abort (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытый метод AnnotationsDelete Deletes an existing annotation.
Открытый метод AnnotationsUpdate Updates an existing annotation.
Открытый метод 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.
Открытый метод BusinessRulesCreate Creates new business rules.
Открытый метод BusinessRulesDelete Deletes a business rule or components of rules.
Открытый метод BusinessRulesGet Retrieves business rules.
Открытый метод BusinessRulesPaletteGet Retrieves available business rule components (the component palette).
Открытый метод BusinessRulesPublish Publishes business rules for a model/entity/member type.
Открытый метод BusinessRulesUpdate Updates existing business rules.
Открытый метод Close (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Защищенный метод CreateChannel (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытый метод DisplayInitializationUI (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытый метод EntityMemberAnnotationsCreate Creates new annotations attached to a member.
Открытый метод EntityMemberAnnotationsGet Retrieves annotations attached to a member.
Открытый метод EntityMemberAttributesGet Retrieves a specified set of attribute values from a specified list of members.
Открытый метод EntityMemberKeyLookup В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется.
Открытый метод EntityMembersCopy Copies selected members to new target members.
Открытый метод EntityMembersCreate Creates new members.
Открытый метод EntityMembersDelete Deletes (deactivates) selected members.
Открытый метод EntityMembersGet Retrieves a filtered set of members and their data from an entity.
Открытый метод EntityMembersMerge Creates new members and updates existing members.
Открытый метод EntityMembersUpdate Updates existing members.
Открытый метод Equals (Производный от Object.)
Открытый метод ExportViewCreate Generates or regenerates desired subscription views.
Открытый метод ExportViewDelete Removes an existing export view.
Открытый метод ExportViewListGet Retrieves a list of existing export views.
Открытый метод ExportViewUpdate Updates an existing export view.
Защищенный метод Finalize (Производный от Object.)
Защищенный метод GetDefaultValueForInitialization< (Of < <' (T> ) > > ) (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод HierarchyMembersGet Retrieves parent-child members from a hierarchy relative to a parent node.
Защищенный метод InvokeAsync (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод MetadataClone Creates exact copies of metadata components from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Открытый метод MetadataCreate Creates new metadata components.
Открытый метод MetadataDelete Deletes metadata components.
Открытый метод MetadataGet Retrieves metadata.
Открытый метод MetadataUpdate Updates metadata.
Открытый метод ModelMembersBulkDelete Begins the asynchronous deletion of members.
Открытый метод ModelMembersBulkMerge Begin the asynchronous creation and/or update of member data across one or more entities.
Открытый метод ModelMembersBulkUpdate Begins the asynchronous update of member data across one or more entities.
Открытый метод ModelMembersGet Retrieves entire selected models, entities and/or hierarchies.
Открытый метод Open (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Открытый метод SecurityPrincipalsClone Creates exact copies of users, groups and their permissions within the security model from another source, retaining the GUIDs of the original objects.
Открытый метод SecurityPrincipalsCreate Creates new users, groups and their permissions within the security model.
Открытый метод SecurityPrincipalsDelete Delete users and groups.
Открытый метод SecurityPrincipalsGet Retrieves the security principals and their permissions.
Открытый метод SecurityPrincipalsUpdate Updates security principals.
Открытый метод SecurityPrivilegesClone Create exact copies of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Открытый метод SecurityPrivilegesCreate Creates security privileges.
Открытый метод SecurityPrivilegesDelete Deletes permissions.
Открытый метод SecurityPrivilegesGet Retrieves security permissions for selected principals and/or models.
Открытый метод SecurityPrivilegesUpdate Updates security privileges.
Открытый метод ServiceCheck Determines whether the Master Data Services Web service is up and running and is connected to the database.
Открытый метод StagingClear Clears the bulk staging area.
Открытый метод StagingGet Retrieves the contents of the bulk staging area.
Открытый метод StagingProcess Sweeps existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
Открытый метод SystemDomainListGet Retrieves a localized fixed list of choices based on a list code.
Открытый метод SystemPropertiesGet Retrieves immutable properties about the system.
Открытый метод SystemSettingsGet Retrieves a list of system settings.
Открытый метод SystemSettingsUpdate Updates system setting values.
Открытый метод ToString (Производный от Object.)
Открытый метод TransactionAnnotationsCreate Creates new annotations attached to an existing transaction.
Открытый метод TransactionAnnotationsGet Retrieves a filtered list of transactions from a model.
Открытый метод TransactionsGet Retrieves a filtered list of transactions from a model.
Открытый метод TransactionsReverse Reverses one or more existing transactions.
Открытый метод UserPreferencesDelete Deletes the current user’s preferences.
Открытый метод UserPreferencesGet Retrieves the current user’s preferences.
Открытый метод UserPreferencesUpdate Updates the current user’s preferences.
Открытый метод ValidationGet Retrieves filtered validation results from a model.
Открытый метод ValidationProcess Processes validations (business rules) for selected members within a model.
Открытый метод VersionCopy Copies a model version to a new version.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICommunicationObject. . :: . .BeginClose(AsyncCallback, Object) (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод ICommunicationObject. . :: . .BeginClose(TimeSpan, AsyncCallback, Object) (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод ICommunicationObject. . :: . .BeginOpen(AsyncCallback, Object) (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод ICommunicationObject. . :: . .BeginOpen(TimeSpan, AsyncCallback, Object) (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод ICommunicationObject. . :: . .Close (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытое событие ICommunicationObject. . :: . .Closed (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытое событие ICommunicationObject. . :: . .Closing (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод IDisposable. . :: . .Dispose (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод ICommunicationObject. . :: . .EndClose (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод ICommunicationObject. . :: . .EndOpen (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытое событие ICommunicationObject. . :: . .Faulted (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод ICommunicationObject. . :: . .Open (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытое событие ICommunicationObject. . :: . .Opened (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)
Явная реализация интерфейсаЗакрытое событие ICommunicationObject. . :: . .Opening (Производный от ClientBase< (Of < ( <'IService> ) > ) >.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.