C# 클래스 Meyn.TestLink.Attachment

The object returned from Testlinkt when requesting an attachment
상속: TL_Data, TL_Element
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
content byte[]
date_added System.DateTime
file_type string
id int
name string
title string

비공개 메소드들

메소드 설명
Attachment ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

프로퍼티 상세

content 공개적으로 프로퍼티

public byte[] content
리턴 byte[]

date_added 공개적으로 프로퍼티

public DateTime,System date_added
리턴 System.DateTime

file_type 공개적으로 프로퍼티

public string file_type
리턴 string

id 공개적으로 프로퍼티

public int id
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

title 공개적으로 프로퍼티

public string title
리턴 string