- Namespace
- OpenTl
.Schema - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IUpdate"]-.->Type
click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IUpdate"
Interface1["IObject"]-.->Type
click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["TUpdateUserName"]
class Type type-node
Syntax
[Serialize(0xa7332b73)]
public sealed class TUpdateUserName : IUpdate, IObject
Attributes
| Type | Description |
|---|---|
| SerializeAttribute |
Properties
| Name | Value | Summary |
|---|---|---|
| FirstName | string | |
| FirstNameAsBinary | byte[] |
Binary representation for the 'FirstName' property
|
| LastName | string | |
| LastNameAsBinary | byte[] |
Binary representation for the 'LastName' property
|
| UserId | int | |
| Username | string | |
| UsernameAsBinary | byte[] |
Binary representation for the 'Username' property
|