| UserName Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Databases
The UserName type exposes the following members.
| Name | Description | |
|---|---|---|
| UserName(String) |
Initializes a new instance of the UserName class
with the specified name.
| |
| UserName(String, IPAddress) |
Initializes a new instance of the UserName class
with the specified name and host address.
| |
| UserName(String, String) |
Initializes a new instance of the UserName class
with the specified name and host.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from ResourceIdentifierT.) | |
| Equals(T) | Indicates whether the current object is equal to another object of the same type. (Inherited from ResourceIdentifierT.) | |
| GetHashCode | Serves as the default hash function. (Inherited from ResourceIdentifierT.) | |
| ToString | Returns a string that represents the current object. (Inherited from ResourceIdentifierT.) |
| Name | Description | |
|---|---|---|
| Host |
Gets the host portion of this MySQL user name.
| |
| Name |
Gets the username portion of this MySQL user name.
| |
| Value |
Gets the value of this resource identifier.
(Inherited from ResourceIdentifierT.) |