Dev2.CaseConvertTO.CaseConvertTO C# (CSharp) Method

CaseConvertTO() public method

public CaseConvertTO ( ) : System.Collections.Generic
return System.Collections.Generic
        public CaseConvertTO()
        {
            Errors = new Dictionary<string, List<IActionableErrorInfo>>();
        }

Same methods

CaseConvertTO::CaseConvertTO ( string stringToConvert, string convertType, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic