TInputFileBig Class

Namespace
OpenTl.Schema
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IInputFile"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IInputFile" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TInputFileBig"] class Type type-node

Syntax

[Serialize(0xfa4f0bb5)]
public sealed class TInputFileBig : IInputFile, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Id long
Name string
NameAsBinary byte[]
Binary representation for the 'Name' property
Parts int

Extension Methods

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