IOrganizationServiceFactory Interface
Applies To: Dynamics CRM 2015
Represents a factory for creating IOrganizationService instances.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public interface IOrganizationServiceFactory
public interface class IOrganizationServiceFactory
type IOrganizationServiceFactory = interface end
Public Interface IOrganizationServiceFactory
Methods
Name | Description | |
---|---|---|
CreateOrganizationService(Nullable<Guid>) | Returns an IOrganizationService instance for the organization that the specified user is a member of. |
See Also
Microsoft.Xrm.Sdk Namespace
Exploring the Factory Design Pattern
Return to top
© 2016 Microsoft. All rights reserved. Copyright