Click or drag to resize

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
)

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