Class CloudConnectionParameters
Inheritance
System.Object
CloudConnectionParameters
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 CloudConnectionParameters : INamed, IConfigurable
Constructors
CloudConnectionParameters()
Declaration
public CloudConnectionParameters()
CloudConnectionParameters(IConfigSectionNode)
Declaration
public CloudConnectionParameters(IConfigSectionNode node)
Parameters
CloudConnectionParameters(String, String)
Declaration
public CloudConnectionParameters(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 |
|
Methods
Declaration
public virtual void Configure(IConfigSectionNode node)
Parameters
Make<TParams>(IConfigSectionNode)
Declaration
public static TParams Make<TParams>(IConfigSectionNode node)where TParams : CloudConnectionParameters
Parameters
Returns
Type Parameters
Make<TParams>(String, String)
Declaration
public static TParams Make<TParams>(string connStr, string format = "laconf")where TParams : CloudConnectionParameters
Parameters
Type |
Name |
Description |
System.String |
connStr |
|
System.String |
format |
|
Returns
Type Parameters
Implements
Extension Methods