Click or drag to resize

GeneratorActionProcedures Property

Gets the action procedures stored in the SPCalls set. It consults the project for meta-data and assumes a proc is valid and thus is either an action proc on all targets or a rertieval proc on all targets

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public HashSet<SPCallDefinition> ActionProcedures { get; }

Property Value

Type: HashSetSPCallDefinition

Implements

IGeneratorActionProcedures
See Also