C# 클래스 DesignDocApplication.Business.DesignDocument

파일 보기 프로젝트 열기: xero-github/designnotes 1 사용 예제들

공개 메소드들

메소드 설명
AddUserAnswerToQuestion ( int QuestionIndex, string userAnswer ) : void
AddUserQuestion ( string description, string answer ) : void
CreateDefaultSetOfQuestion ( ) : void
DesignDocument ( ) : System
getListObject ( ) : List

메소드 상세

AddUserAnswerToQuestion() 공개 메소드

public AddUserAnswerToQuestion ( int QuestionIndex, string userAnswer ) : void
QuestionIndex int
userAnswer string
리턴 void

AddUserQuestion() 공개 메소드

public AddUserQuestion ( string description, string answer ) : void
description string
answer string
리턴 void

CreateDefaultSetOfQuestion() 공개 메소드

public CreateDefaultSetOfQuestion ( ) : void
리턴 void

DesignDocument() 공개 메소드

public DesignDocument ( ) : System
리턴 System

getListObject() 공개 메소드

public getListObject ( ) : List
리턴 List