C# Class Meyn.TestLink.AttachmentRequestResponse

this is returned as a response to an attachment request
Inheritance: TL_Data
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
description string
file_name string
file_type string
foreignKeyId int
linkedTableName string
size int
title string

Private Methods

Method Description
AttachmentRequestResponse ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

constructor used by XMLRPC interface on decoding the function return

Property Details

description public property

description
public string description
return string

file_name public property

filename
public string file_name
return string

file_type public property

mime type
public string file_type
return string

foreignKeyId public property

the foreign key
public int foreignKeyId
return int

linkedTableName public property

the name of the table containing hte event this is attached to (an execution for instance)
public string linkedTableName
return string

size public property

size in bytes
public int size
return int

title public property

title of the attachment
public string title
return string