C# 클래스 Forseti.Suites.Description

상속: IComparable
파일 보기 프로젝트 열기: dolittle/Forseti 1 사용 예제들

공개 메소드들

메소드 설명
AddCase ( Case @case ) : void
AddContext ( IFile context ) : void
CompareTo ( object obj ) : int
Description ( IFile file ) : System.Collections.Generic
Equals ( object obj ) : bool
RemoveContext ( IFile context ) : void
ResetCasesForReporting ( ) : void

메소드 상세

AddCase() 공개 메소드

public AddCase ( Case @case ) : void
@case Case
리턴 void

AddContext() 공개 메소드

public AddContext ( IFile context ) : void
context IFile
리턴 void

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Description() 공개 메소드

public Description ( IFile file ) : System.Collections.Generic
file IFile
리턴 System.Collections.Generic

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

RemoveContext() 공개 메소드

public RemoveContext ( IFile context ) : void
context IFile
리턴 void

ResetCasesForReporting() 공개 메소드

public ResetCasesForReporting ( ) : void
리턴 void