public AuthenticationDataTypeFactory()
        {
            m_enumGPName = null;
            m_DataTypes = new Dictionary<string, IGPDataType>();

            resourceManager = new ResourceManager("ESRI.ArcGIS.OSM.GeoProcessing.OSMGPToolsStrings", this.GetType().Assembly);
        }
        public AuthenticationDataTypeFactory()
        {
            m_enumGPName = null;
            m_DataTypes  = new Dictionary <string, IGPDataType>();

            resourceManager = new ResourceManager("ESRI.ArcGIS.OSM.GeoProcessing.OSMGPToolsStrings", this.GetType().Assembly);
        }
 private void InitNames()
 {
     if (m_enumGPName == null)
     {
         m_enumGPName = GetNames(null);
     }
 }
        public IEnumGPName GetDataTypeNames()
        {
            if (m_enumGPName == null)
            {
                m_enumGPName = GetNames(null);
            }

            return(m_enumGPName);
        }
 private void InitNames()
 {
     if (m_enumGPName == null)
     {
         m_enumGPName = GetNames(null);
     }
 }
        public IEnumGPName GetDataTypeNames()
        {
            if (m_enumGPName == null)
            {
                m_enumGPName = GetNames(null);
            }

            return m_enumGPName;
        }