Azavea.Open.DAO.ConnectionDescriptor.ToCompleteString C# (CSharp) Method

ToCompleteString() public abstract method

Since we often need to represent database connection info as strings, child classes must implement ToCompleteString() such that this.Equals(that) and this.ToCompleteString().Equals(that.ToCompleteString()) will behave the same.
public abstract ToCompleteString ( ) : string
return string
        public abstract string ToCompleteString();