ClientCreate Method (ClientCreate, DictionaryString, String) | |
Create a new client with all fields incl address details
Namespace:
SOWIApp.Management.Data
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public ClientCreate Create(
ClientCreate pClientCreate,
Dictionary<string, string> pDictionaryUI
)
Public Function Create (
pClientCreate As ClientCreate,
pDictionaryUI As Dictionary(Of String, String)
) As ClientCreate
Parameters
- pClientCreate
- Type: SOWIData.Management.ModelsClientCreate
Client data model with all fields incl address details - pDictionaryUI
- Type: System.Collections.GenericDictionaryString, String
User Interface Dictionary
Return Value
Type:
ClientCreate[Missing <returns> documentation for "M:SOWIApp.Management.Data.Client.Create(SOWIData.Management.Models.ClientCreate,System.Collections.Generic.Dictionary{System.String,System.String})"]
See Also