C# 클래스 Nitra.ViewModels.TestFolderVm

상속: FullPathVm, ITest, ITestTreeContainerNode
파일 보기 프로젝트 열기: rsdn/nitra 1 사용 예제들

공개 메소드들

메소드 설명
CalcDependProps ( Nitra.ViewModels.TestVm testVm ) : void
Remove ( ) : void
TestFolderVm ( string testPath, TestSuiteVm testSuite ) : System.Collections.Generic
ToString ( ) : string
Update ( [ code, [ gold ) : void

메소드 상세

CalcDependProps() 공개 메소드

public CalcDependProps ( Nitra.ViewModels.TestVm testVm ) : void
testVm Nitra.ViewModels.TestVm
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

TestFolderVm() 공개 메소드

public TestFolderVm ( string testPath, TestSuiteVm testSuite ) : System.Collections.Generic
testPath string
testSuite TestSuiteVm
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

public Update ( [ code, [ gold ) : void
code [
gold [
리턴 void