Interface IObjectiveHandle
  
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public interface IObjectiveHandle
   
  Properties
  
  Description
  
  
  Declaration
  
    string Description { get; set; }
   
  Property Value
  
  
  Hint
  
  
  Declaration
  
    string? Hint { get; set; }
   
  Property Value
  
  
  IsFAiled
  
  
  Declaration
  
  Property Value
  
  
  IsOptionalChallenge
  
  
  Declaration
  
    bool IsOptionalChallenge { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    string Name { get; set; }
   
  Property Value
  
  Methods
  
  MarkCompleted()
  
  
  Declaration
  
  
  MarkFailed(string)
  
  
  Declaration
  
    void MarkFailed(string reason)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | reason |  |