Click or drag to resize

CodeGenerationCycleCache.CacheVsNetProjectReferenceForId Method

Caches the vs net project reference for the FrameworkUsingModelType value specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public void CacheVsNetProjectReferenceForId(
	int id,
	VsNetProjectReference projectReference
)

Parameters

id
Type: System.Int32
The id, which is a FrameworkUsingModelType value.
projectReference
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.VsNetProjectReference
The project reference.
See Also