C# 클래스 TestReportGenerator.ReportGenerator

파일 보기 프로젝트 열기: Microsoft/mattercenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dataTestMailBody string

공개 메소드들

메소드 설명
ConfigureMail ( ) : string

Email configuration details

EmailDataRow ( int sNo, string title, string testResult ) : string

Email data

Main ( string args ) : void

Main method of class

ReportData ( ) : void

To retrieve test report data

ToSentenceCase ( string str ) : string

This method is used to Manipulate joint string

메소드 상세

ConfigureMail() 공개 메소드

Email configuration details
public ConfigureMail ( ) : string
리턴 string

EmailDataRow() 공개 메소드

Email data
public EmailDataRow ( int sNo, string title, string testResult ) : string
sNo int Row id
title string Email title
testResult string Test result
리턴 string

Main() 공개 정적인 메소드

Main method of class
public static Main ( string args ) : void
args string Command line arguement
리턴 void

ReportData() 공개 메소드

To retrieve test report data
public ReportData ( ) : void
리턴 void

ToSentenceCase() 공개 메소드

This method is used to Manipulate joint string
public ToSentenceCase ( string str ) : string
str string Input string
리턴 string

프로퍼티 상세

dataTestMailBody 공개적으로 정적으로 프로퍼티

Email body chunk
public static string dataTestMailBody
리턴 string