View Source
  Class InstallTrackingItem
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class InstallTrackingItem
   
  Constructors
  
  
    View Source
  
  InstallTrackingItem(String, Int32)
  
  
  Declaration
  
    public InstallTrackingItem(string name, int serverOrder)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | System.Int32 | serverOrder |  | 
    
  
  Properties
  
  
    View Source
  
  AdditionalData
  
  
  Declaration
  
    public IDictionary<string, object> AdditionalData { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | IDictionary<System.String, System.Object> |  | 
    
  
  
    View Source
  
  IsComplete
  
  
  Declaration
  
    public bool IsComplete { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ServerOrder
  
  
  Declaration
  
    public int ServerOrder { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Methods
  
  
    View Source
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Equals(InstallTrackingItem)
  
  
  Declaration
  
    protected bool Equals(InstallTrackingItem other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |