Class ConnectionParameters
  
  
  
  
    Inheritance
    System.Object
    ConnectionParameters
      
      
      
      
   
  
  
    Inherited Members
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
   
  
  Assembly: NFX.Web.dll
  Syntax
  
    public class ConnectionParameters : INamed, IConfigurable
   
  Constructors
  
  
  
  
  ConnectionParameters()
  
  
  Declaration
  
    public ConnectionParameters()
   
  
  
  
  ConnectionParameters(IConfigSectionNode)
  
  
  Declaration
  
    public ConnectionParameters(IConfigSectionNode node)
   
  Parameters
  
  
  
  
  ConnectionParameters(String, String)
  
  
  Declaration
  
    public ConnectionParameters(string connStr, string format = "laconf")
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        connStr | 
         | 
      
      
        | System.String | 
        format | 
         | 
      
    
  
  Properties
  
  
  
  
  Name
  
  
  Declaration
  
    [Config]
public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  User
  
  
  Declaration
  
    public User User { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public virtual void Configure(IConfigSectionNode node)
   
  Parameters
  
  
  
  
  Make<TParams>(IConfigSectionNode)
  
  
  Declaration
  
    public static TParams Make<TParams>(IConfigSectionNode node)where TParams : ConnectionParameters
   
  Parameters
  
  Returns
  
  Type Parameters
  
  
  
  
  Make<TParams>(String, String)
  
  
  Declaration
  
    public static TParams Make<TParams>(string connStr, string format = "laconf")where TParams : ConnectionParameters
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        connStr | 
         | 
      
      
        | System.String | 
        format | 
         | 
      
    
  
  Returns
  
  Type Parameters
  
  Implements
  
  
  Extension Methods