C# Класс Meyn.TestLink.AttachmentRequestResponse

this is returned as a response to an attachment request
Наследование: TL_Data
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
description string
file_name string
file_type string
foreignKeyId int
linkedTableName string
size int
title string

Приватные методы

Метод Описание
AttachmentRequestResponse ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

constructor used by XMLRPC interface on decoding the function return

Описание свойств

description публичное свойство

description
public string description
Результат string

file_name публичное свойство

filename
public string file_name
Результат string

file_type публичное свойство

mime type
public string file_type
Результат string

foreignKeyId публичное свойство

the foreign key
public int foreignKeyId
Результат int

linkedTableName публичное свойство

the name of the table containing hte event this is attached to (an execution for instance)
public string linkedTableName
Результат string

size публичное свойство

size in bytes
public int size
Результат int

title публичное свойство

title of the attachment
public string title
Результат string