Azavea.Open.DAO.Memory.MemoryDescriptor.MemoryDescriptor C# (CSharp) Method

MemoryDescriptor() public method

Populates the descriptor's values from a config file.
public MemoryDescriptor ( Config config, string component, ConnectionInfoDecryptionDelegate decryptionDelegate ) : Azavea.Open.Common
config Azavea.Open.Common.Config Config to get params from.
component string Section of the config XML to look in for db params.
decryptionDelegate ConnectionInfoDecryptionDelegate Delegate to call to decrypt password fields. /// May be null if passwords are in plain text.
return Azavea.Open.Common
        public MemoryDescriptor(Config config, string component,
            ConnectionInfoDecryptionDelegate decryptionDelegate)
            : this(config.GetParameter(component, "UID"))
        {
        }

Same methods

MemoryDescriptor::MemoryDescriptor ( string uid ) : Azavea.Open.Common