public List <string> GetParmValueList(string sKey) { return(ParmParser.GetParmValueList(this.PublicParmValues, sKey)); }
public string GetParmValue(string sKey) { return(ParmParser.GetParmValue(this.PublicParmValues, sKey)); }
public string GetParmValueDefaultEmpty(string sKey, string sDefault) { return(ParmParser.GetParmValueDefaultEmpty(this.PublicParmValues, sKey, sDefault)); }
protected string GetParmValue(string sKey, string sDefault) { return(ParmParser.GetParmValue(this.PublicParmValues, sKey, sDefault)); }