C# Class StoryTeller.Project

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
FILE string
StartingPort int
StopConditions StopConditions

Méthodes publiques

Méthode Description
DetermineSystemType ( ) : Type
FindSystemTypes ( Assembly assembly ) : IEnumerable
IsSystemTypeCandidate ( Type type ) : bool
LoadForFolder ( string folder ) : Project
Project ( ) : System

Private Methods

Méthode Description
FindSystemTypesInCurrentAssembly ( ) : Type[]

Method Details

DetermineSystemType() public méthode

public DetermineSystemType ( ) : Type
Résultat Type

FindSystemTypes() public static méthode

public static FindSystemTypes ( Assembly assembly ) : IEnumerable
assembly Assembly
Résultat IEnumerable

IsSystemTypeCandidate() public static méthode

public static IsSystemTypeCandidate ( Type type ) : bool
type Type
Résultat bool

LoadForFolder() public static méthode

public static LoadForFolder ( string folder ) : Project
folder string
Résultat Project

Project() public méthode

public Project ( ) : System
Résultat System

Property Details

FILE public_oe static_oe property

public static string FILE
Résultat string

StartingPort public_oe static_oe property

public static int StartingPort
Résultat int

StopConditions public_oe property

public StopConditions StopConditions
Résultat StopConditions