Client Class |
Namespace: SOWIApp.Management
The Client type exposes the following members.
Name | Description | |
---|---|---|
ConnectionString |
Use for SOWIApp.Package.TicketRegister (use for anonymous user)
|
Name | Description | |
---|---|---|
CanClientCreate |
Can this client another client create
| |
Create(ClientCreate, DictionaryString, String) |
Create client
| |
Create(ClientCreateSimple, DictionaryString, String) |
Create client
| |
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.) | |
GetAddressID |
Gives Address ID by Client name
| |
GetAll |
Get all clients. Database initialize with this class constructor.
| |
GetAll(String, String) |
Gives a list of Client
| |
GetByGUID |
Gives client data object by client GUID
| |
GetByID |
Gives a Client object by client ID
| |
GetClientID |
Gives Client ID by name
| |
GetGUID |
Gives client GUID by client ID
| |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update |
Client update. Database initialize with this class constructor.
|