View Source
  Class UserTourStatus
  
  A model representing the tours a user has taken/completed
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract(Name = "userTourStatus", Namespace = "")]
public class UserTourStatus : IEquatable<UserTourStatus>
   
  Properties
  
  
    View Source
  
  Alias
  
  
  Declaration
  
    [DataMember(Name = "alias")]
public string Alias { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Completed
  
  
  Declaration
  
    [DataMember(Name = "completed")]
public bool Completed { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Disabled
  
  
  Declaration
  
    [DataMember(Name = "disabled")]
public bool Disabled { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  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(UserTourStatus)
  
  
  Declaration
  
    public bool Equals(UserTourStatus other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Operators
  
  
    View Source
  
  Equality(UserTourStatus, UserTourStatus)
  
  
  Declaration
  
    public static bool operator ==(UserTourStatus left, UserTourStatus right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Inequality(UserTourStatus, UserTourStatus)
  
  
  Declaration
  
    public static bool operator !=(UserTourStatus left, UserTourStatus right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |