Class CurrentOrganization_RenderModel  
  
  
    - Namespace
- Raytha.Application.Common.Models.RenderModels
- Assembly
- Raytha.Application.dll
 
  
  
  
    public record CurrentOrganization_RenderModel : IInsertTemplateVariable, IEquatable<CurrentOrganization_RenderModel>
   
  
    - Inheritance
- 
      
      CurrentOrganization_RenderModel 
    - Implements
- 
      
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Properties
  
  
  AuthenticationSchemes
  
  
  
  
  
    public IEnumerable<AuthenticationScheme_RenderModel> AuthenticationSchemes { get; init; }
   
  Property Value
  
    - IEnumerable<AuthenticationScheme_RenderModel>
    public string DateFormat { get; init; }
   
  Property Value
  
    - string
  EmailAndPasswordIsEnabledForAdmin
  
  
  
  
  
    public bool EmailAndPasswordIsEnabledForAdmin { get; init; }
   
  Property Value
  
    - bool
  EmailAndPasswordIsEnabledForUsers
  
  
  
  
  
    public bool EmailAndPasswordIsEnabledForUsers { get; init; }
   
  Property Value
  
    - bool
  HomePageId
  
  
  
  
  
    public string HomePageId { get; init; }
   
  Property Value
  
    - string
  OrganizationName
  
  
  
  
  
    public string OrganizationName { get; init; }
   
  Property Value
  
    - string
  SmtpDefaultFromAddress
  
  
  
  
  
    public string SmtpDefaultFromAddress { get; init; }
   
  Property Value
  
    - string
  SmtpDefaultFromName
  
  
  
  
  
    public string SmtpDefaultFromName { get; init; }
   
  Property Value
  
    - string
  TimeZone
  
  
  
  
  
    public string TimeZone { get; init; }
   
  Property Value
  
    - string
  WebsiteUrl
  
  
  
  
  
    public string WebsiteUrl { get; init; }
   
  Property Value
  
    - string
Methods
  
  
  GetDeveloperNames()
  
  
  
  
  
    public IEnumerable<string> GetDeveloperNames()
   
  Returns
  
    - IEnumerable<string>
  GetProjection(ICurrentOrganization)
  
  
  
  
  
    public static CurrentOrganization_RenderModel GetProjection(ICurrentOrganization entity)
   
  Parameters
  
    - entityICurrentOrganization
Returns
  
    - CurrentOrganization_RenderModel
  GetTemplateVariables()
  
  
  
  
  
    public IEnumerable<KeyValuePair<string, string>> GetTemplateVariables()
   
  Returns
  
    - IEnumerable<KeyValuePair<string, string>>
  GetTemplateVariablesAsForEachLiquidSyntax()
  
  
  
  
  
    public string GetTemplateVariablesAsForEachLiquidSyntax()
   
  Returns
  
    - string