C# 클래스 StoryTeller.Project

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

공개 프로퍼티들

프로퍼티 타입 설명
FILE string
StartingPort int
StopConditions StopConditions

공개 메소드들

메소드 설명
DetermineSystemType ( ) : Type
FindSystemTypes ( Assembly assembly ) : IEnumerable
IsSystemTypeCandidate ( Type type ) : bool
LoadForFolder ( string folder ) : Project
Project ( ) : System

비공개 메소드들

메소드 설명
FindSystemTypesInCurrentAssembly ( ) : Type[]

메소드 상세

DetermineSystemType() 공개 메소드

public DetermineSystemType ( ) : Type
리턴 Type

FindSystemTypes() 공개 정적인 메소드

public static FindSystemTypes ( Assembly assembly ) : IEnumerable
assembly Assembly
리턴 IEnumerable

IsSystemTypeCandidate() 공개 정적인 메소드

public static IsSystemTypeCandidate ( Type type ) : bool
type Type
리턴 bool

LoadForFolder() 공개 정적인 메소드

public static LoadForFolder ( string folder ) : Project
folder string
리턴 Project

Project() 공개 메소드

public Project ( ) : System
리턴 System

프로퍼티 상세

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

public static string FILE
리턴 string

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

public static int StartingPort
리턴 int

StopConditions 공개적으로 프로퍼티

public StopConditions StopConditions
리턴 StopConditions