C# Class ModelBuilder.UnitTests.DummyValueGenerator

Inheritance: ValueGeneratorBase
Afficher le fichier Open project: roryprimrose/ModelBuilder Class Usage Examples

Méthodes publiques

Méthode Description
IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool

Méthodes protégées

Méthode Description
GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object

Method Details

GenerateValue() protected méthode

protected GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type
referenceName string
buildChain LinkedList
Résultat object

IsSupported() public méthode

public IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
Résultat bool