ClientCreate Class |
Namespace: SOWIData.Management.Models
The ClientCreate type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientCreate |
Initializes a new instance of the ClientCreate class.
Constructor without parameter
| |
| ClientCreate(Int32) |
Constructor set language
| |
| ClientCreate(String, String, String, Int32) |
Constructor for a simple client create
| |
| ClientCreate(String, String, String, Int32, String, String, String, String, String, String, String) |
Constructor with all fields incl address details
|
| Name | Description | |
|---|---|---|
| City |
City of client address
| |
| ClientName |
Client name
| |
| Company |
Client company name
| |
| Country |
Country of client address
| |
Client email address
| ||
| EmailSend |
Setting sends a confirmation email (yes or no)
| |
| Forename |
First name of administrator
| |
| LanguageUIID |
UI language
| |
| ModelState |
State object
| |
| Postcode |
Postcode of client address
| |
| Street |
Street of client address
| |
| Surname |
Scound name of administrator
| |
| UserName |
Username of administrator
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetModel |
Sets default values
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |