Click or drag to resize

UserCreate Method

Create a user

Namespace:  SOWIApp.Management.Data
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public UserCreateSimple Create(
	UserCreateSimple pUserCreateSimple,
	Dictionary<string, string> pDictionaryUI,
	Address pAddress = null
)

Parameters

pUserCreateSimple
Type: SOWIData.Management.ModelsUserCreateSimple
Data model for creates a user
pDictionaryUI
Type: System.Collections.GenericDictionaryString, String
UI dictionary for message translate
pAddress (Optional)
Type: SOWIData.ManagementAddress
User address

Return Value

Type: UserCreateSimple
User data model
See Also