C# Class StoryTeller.Samples.PlayerConverter

Inheritance: IRuntimeConverter
Exibir arquivo Open project: storyteller/Storyteller

Public Properties

Property Type Description
Players IList

Public Methods

Method Description
Convert ( string raw, ISpecContext context ) : object
Matches ( Type type ) : bool

Method Details

Convert() public method

public Convert ( string raw, ISpecContext context ) : object
raw string
context ISpecContext
return object

Matches() public method

public Matches ( Type type ) : bool
type System.Type
return bool

Property Details

Players public_oe static_oe property

public static IList Players
return IList