Click or drag to resize

Client.Create Method (ClientCreate, Dictionary<String, 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
)

Parameters

pClientCreate
Type: SOWIData.Management.Models.ClientCreate
Client data model with all fields incl address details
pDictionaryUI
Type: System.Collections.Generic.Dictionary<String, 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