- Namespace
- OpenTl
.Schema .Account - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IRequest<IUser>"]-.->Type
Interface1["IRequest"]-.->Type
click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IRequest"
Interface2["IObject"]-.->Type
click Interface2 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["RequestUpdateProfile"]
class Type type-node
Syntax
[Serialize(0x78515775)]
public sealed class RequestUpdateProfile : IRequest<IUser>, IRequest, IObject
Attributes
Type | Description |
---|---|
SerializeAttribute |
Properties
Name | Value | Summary |
---|---|---|
About | string | |
AboutAsBinary | byte[] |
Binary representation for the 'About' property
|
FirstName | string | |
FirstNameAsBinary | byte[] |
Binary representation for the 'FirstName' property
|
Flags | BitArray | |
LastName | string | |
LastNameAsBinary | byte[] |
Binary representation for the 'LastName' property
|