C# Class Meyn.TestLink.Attachment

The object returned from Testlinkt when requesting an attachment
Inheritance: TL_Data, TL_Element
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
content byte[]
date_added System.DateTime
file_type string
id int
name string
title string

Private Methods

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

Property Details

content public property

public byte[] content
return byte[]

date_added public property

public DateTime,System date_added
return System.DateTime

file_type public property

public string file_type
return string

id public property

public int id
return int

name public property

public string name
return string

title public property

public string title
return string