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