Class GenerationWorkflow
  
  
  
  
    Inheritance
    
    GenerationWorkflow
   
  
  
  Syntax
  
    public static class GenerationWorkflow
   
  Fields
  
  
  
  generatorVersionID
  
  
  Declaration
  
    public const int generatorVersionID = 1
   
  Field Value
  
  Properties
  
  
  
  
  changes
  
  
  Declaration
  
    public static int changes { get; }
   
  Property Value
  
  
  
  
  outdatedTypes
  
  
  Declaration
  
    public static HashSet<BoltType> outdatedTypes { get; }
   
  Property Value
  
  Methods
  
  
  
  
  Clean()
  
  
  Declaration
  
    public static void Clean()
   
  
  
  
  Compare()
  
  
  Declaration
  
    public static void Compare()
   
  
  
  
  Generate()
  
  
  Declaration
  
    public static void Generate()
   
  
  
  
  Generate(Boolean)
  
  
  Declaration
  
    public static void Generate(bool force)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Boolean | 
        force | 
         | 
      
    
  
  
  
  
  GenerateLinker(String)
  
  
  Declaration
  
    public static void GenerateLinker(string path)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        path | 
         | 
      
    
  
  
  
  
  IsOutdated()
  
  
  Declaration
  
    public static bool IsOutdated()
   
  Returns
  
  
  
  
  IsOutdated(BoltType)
  
  
  Declaration
  
    public static bool IsOutdated(this BoltType definition)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | BoltType | 
        definition | 
         | 
      
    
  
  Returns
  
  
  
  
  PreCloudBuild()
  
  
  Declaration
  
    public static void PreCloudBuild()