RequestGetStrings Class

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

Syntax

[Serialize(0xefea3803)]
public sealed class RequestGetStrings : IRequest<TVector<ILangPackString>>, IRequest, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Keys TVector<string>
LangCode string
LangCodeAsBinary byte[]
Binary representation for the 'LangCode' property
LangPack string
LangPackAsBinary byte[]
Binary representation for the 'LangPack' property

Extension Methods

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