ModelBuilder.ValueGeneratorBase.GenerateValue C# (CSharp) Method

GenerateValue() protected abstract method

Generates a new value with the provided context.
protected abstract GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type The type of value to generate.
referenceName string Identifies the possible parameter or property name the value is intended for.
buildChain LinkedList The chain of instances built up to this point.
return object
        protected abstract object GenerateValue(Type type, string referenceName, LinkedList<object> buildChain);