|
|
|
@ -4,16 +4,87 @@ |
|
|
|
<name>GBase.Client</name> |
|
|
|
<name>GBase.Client</name> |
|
|
|
</assembly> |
|
|
|
</assembly> |
|
|
|
<members> |
|
|
|
<members> |
|
|
|
|
|
|
|
<member name="T:GBase.Client.Factories.IGBaseClientFactory"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Factory for the <see cref="T:GBase.Client.Interfaces.IGBaseClient"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Client.Factories.IGBaseClientFactory.Create(GBase.Client.Interfaces.IGBaseClientSettings)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Creates an <see cref="T:GBase.Client.Interfaces.IGBaseClient"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="settings">The <see cref="T:GBase.Client.Interfaces.IGBaseClientSettings"/> for this client</param> |
|
|
|
|
|
|
|
<returns>A newly created instance of the implementation for <see cref="T:GBase.Client.Interfaces.IGBaseClient"/></returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Client.Factories.IGBaseClientSettingsFactory"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Factory for the <see cref="T:GBase.Client.Interfaces.IGBaseClientSettings"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Client.Factories.IGBaseClientSettingsFactory.Create(GBase.Api.Communication.ServerProtocol,System.Net.IPAddress,System.Int32,System.String,System.String,System.String)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Creates an <see cref="T:GBase.Client.Interfaces.IGBaseClientSettings"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="protocol">The <see cref="T:GBase.Api.Communication.ServerProtocol"/></param> |
|
|
|
|
|
|
|
<param name="ipAddress">The <see cref="T:System.Net.IPAddress"/></param> |
|
|
|
|
|
|
|
<param name="port">The port</param> |
|
|
|
|
|
|
|
<param name="gBaseEndpoint">The GBase endpoint</param> |
|
|
|
|
|
|
|
<param name="gBaseTableEndpoint">The GBaseTable endpoint</param> |
|
|
|
|
|
|
|
<param name="gBaseEntryEndpoint">The GBaseEntry endpoint</param> |
|
|
|
|
|
|
|
<returns>A newly created instance of the implementation for <see cref="T:GBase.Client.Interfaces.IGBaseClientSettings"/></returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Client.Factories.IGBaseEntryServiceFactory"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Factory for the <see cref="T:GBase.Api.Services.IGBaseEntryService"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Client.Factories.IGBaseEntryServiceFactory.Create(GBase.Api.Communication.ServerProtocol,System.String)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Creates an <see cref="T:GBase.Api.Services.IGBaseEntryService"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="serverProtocol">The <see cref="T:GBase.Api.Communication.ServerProtocol"/></param> |
|
|
|
|
|
|
|
<param name="endpoint">The endpoint for the GBase</param> |
|
|
|
|
|
|
|
<returns>A newly created instance of the implementation for <see cref="T:GBase.Api.Services.IGBaseEntryService"/></returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Client.Factories.IGBaseServiceFactory"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Factory for the <see cref="T:GBase.Api.Services.IGBaseService"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Client.Factories.IGBaseServiceFactory.Create(GBase.Api.Communication.ServerProtocol,System.String)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Creates an <see cref="T:GBase.Api.Services.IGBaseService"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="serverProtocol">The <see cref="T:GBase.Api.Communication.ServerProtocol"/></param> |
|
|
|
|
|
|
|
<param name="endpoint">The endpoint for the GBase</param> |
|
|
|
|
|
|
|
<returns>A newly created instance of the implementation for <see cref="T:GBase.Api.Services.IGBaseService"/></returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Client.Factories.IGBaseTableServiceFactory"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Factory for the <see cref="T:GBase.Api.Services.IGBaseTableService"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Client.Factories.IGBaseTableServiceFactory.Create(GBase.Api.Communication.ServerProtocol,System.String)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Creates an <see cref="T:GBase.Api.Services.IGBaseTableService"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="serverProtocol">The <see cref="T:GBase.Api.Communication.ServerProtocol"/></param> |
|
|
|
|
|
|
|
<param name="endpoint">The endpoint for the GBase</param> |
|
|
|
|
|
|
|
<returns>A newly created instance of the implementation for <see cref="T:GBase.Api.Services.IGBaseTableService"/></returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
<member name="T:GBase.Client.GBaseClient"> |
|
|
|
<member name="T:GBase.Client.GBaseClient"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
A client for the GBase |
|
|
|
A client for the GBase |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.Client.GBaseClient.#ctor(GBase.Client.Interfaces.IGBaseClientSettings)"> |
|
|
|
<member name="M:GBase.Client.GBaseClient.#ctor(GBase.Client.Interfaces.IGBaseClientSettings,GBase.Client.Factories.IGBaseServiceFactory,GBase.Client.Factories.IGBaseTableServiceFactory,GBase.Client.Factories.IGBaseEntryServiceFactory)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
A client for the GBase |
|
|
|
A client for the GBase |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<param name="settings">The <see cref="T:GBase.Client.Interfaces.IGBaseClientSettings"/> for this client</param> |
|
|
|
<param name="settings">The <see cref="T:GBase.Client.Interfaces.IGBaseClientSettings"/> for this client</param> |
|
|
|
|
|
|
|
<param name="gBaseServiceFactory">The <see cref="T:GBase.Client.Factories.IGBaseServiceFactory"/></param> |
|
|
|
|
|
|
|
<param name="gBaseTableServiceFactory">The <see cref="T:GBase.Client.Factories.IGBaseTableServiceFactory"/></param> |
|
|
|
|
|
|
|
<param name="gBaseEntryServiceFactory">The <see cref="T:GBase.Client.Factories.IGBaseEntryServiceFactory"/></param> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="P:GBase.Client.GBaseClient.GBase"> |
|
|
|
<member name="P:GBase.Client.GBaseClient.GBase"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
@ -97,6 +168,14 @@ |
|
|
|
Complete GBaseEntry endpoint address based on the <see cref="T:GBase.Api.Communication.ICommunicationSettings"/> |
|
|
|
Complete GBaseEntry endpoint address based on the <see cref="T:GBase.Api.Communication.ICommunicationSettings"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Client.Installers.GBaseClientInstaller"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
<see cref="T:LightweightIocContainer.Interfaces.Installers.IIocInstaller"/> for the <see cref="T:GBase.Client.GBaseClient"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Client.Installers.GBaseClientInstaller.Install(LightweightIocContainer.Interfaces.IIocContainer)"> |
|
|
|
|
|
|
|
<inheritdoc /> |
|
|
|
|
|
|
|
</member> |
|
|
|
<member name="T:GBase.Client.Interfaces.IGBaseClient"> |
|
|
|
<member name="T:GBase.Client.Interfaces.IGBaseClient"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
A client for the GBase |
|
|
|
A client for the GBase |
|
|
|
|