RequestSaveDeveloperInfo Class

Namespace
OpenTl.Schema.Contest
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IRequest<bool>"]-.->Type Interface1["IRequest"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IRequest" Interface2["IObject"]-.->Type click Interface2 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["RequestSaveDeveloperInfo"] class Type type-node

Syntax

[Serialize(0x9a5f6e95)]
public sealed class RequestSaveDeveloperInfo : IRequest<bool>, IRequest, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Age int
City string
CityAsBinary byte[]
Binary representation for the 'City' property
Name string
NameAsBinary byte[]
Binary representation for the 'Name' property
PhoneNumber string
PhoneNumberAsBinary byte[]
Binary representation for the 'PhoneNumber' property
VkId int

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils