The following tables list the members exposed by ConnectionOptions.
Name | Description | |
---|---|---|
![]() | ConnectionOptions Constructor | Creates a ConnectionOptions instance with the given name and options. |
Name | Description | |
---|---|---|
![]() ![]() | Default | The default connection options. Used when nothing else is specified. |
![]() ![]() | DesignTime | The connection options used at design time. |
![]() ![]() | Fake | The connection options used to connect to the fake backing store. |
Name | Description | |
---|---|---|
![]() | CompositionContext | Returns the IdeaBlade.Core.Composition.CompositionContext used for this connection. |
![]() | DataSourceExtension | Specifies what run-time data source key(s) will be used. |
![]() | EntityServiceOption | Specifies whether you will be using local or distributed data sources. |
![]() | IsDesignTime | Specifies whether this ConnectionOptions are used for design time. |
![]() | IsFake | Returns whether fake filtering is performed. |
![]() | Name | The name of this ConnectionOptions instance. |
![]() | ServiceKey | Names the key providing the address of the application server with which the EntityManager will communicate. |
![]() | ShouldConnect | Specifies whether the EntityManager will attempt to connect to the EntityServer as soon as it is created. |
Name | Description | |
---|---|---|
![]() ![]() | GetByName | Retrieves the ConnectionOptions with the specified name. |
![]() | ToEntityManagerContext | Converts the ConnectionOptions to a IdeaBlade.EntityModel.EntityManagerContext instance. |
![]() | ToLoginOptions | Converts the ConnectionOptions to a IdeaBlade.EntityModel.Security.LoginOptions instance. |
![]() | WithCompositionContext | Creates a new ConnectionOptions from the current ConnectionOptions and assigns the specified CompositionContext name. |
![]() | WithDataSourceExtension | Creates a new ConnectionOptions from the current ConnectionOptions and assigns the specified data source extension. |
![]() | WithEntityServiceOption | Creates a new ConnectionOptions from the current ConnectionOptions and assigns the specified EntityServiceOption. |
![]() | WithName | Creates a new ConnectionOptions from the current ConnectionOptions and assigns the specified name. |
![]() | WithServiceKey | Creates a new ConnectionOptions from the current ConnectionOptions and assigns the specified service key. |
![]() | WithShouldConnect | Creates a new ConnectionOptions from the current ConnectionOptions and specifies whether an EntityManager should connect. |