C# Class StoryTeller.Project

Exibir arquivo Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
FILE string
StartingPort int
StopConditions StopConditions

Public Methods

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

Private Methods

Method Description
FindSystemTypesInCurrentAssembly ( ) : Type[]

Method Details

DetermineSystemType() public method

public DetermineSystemType ( ) : Type
return Type

FindSystemTypes() public static method

public static FindSystemTypes ( Assembly assembly ) : IEnumerable
assembly Assembly
return IEnumerable

IsSystemTypeCandidate() public static method

public static IsSystemTypeCandidate ( Type type ) : bool
type Type
return bool

LoadForFolder() public static method

public static LoadForFolder ( string folder ) : Project
folder string
return Project

Project() public method

public Project ( ) : System
return System

Property Details

FILE public_oe static_oe property

public static string FILE
return string

StartingPort public_oe static_oe property

public static int StartingPort
return int

StopConditions public_oe property

public StopConditions StopConditions
return StopConditions