BExIS.Xml.Helpers.Mapping.XmlSchemaManager.ConvertSimpleTypes C# (CSharp) Method

ConvertSimpleTypes() public method

public ConvertSimpleTypes ( ) : List>.Dictionary
return List>.Dictionary
        public Dictionary<string, List<Constraint>> ConvertSimpleTypes()
        {
            MetadataAttributeManager mam = new MetadataAttributeManager();
            //List<XmlSchemaElement> elementsWithSimpleType = this.GetAllElementsTypeIsSimpleType();

            //foreach(XmlSchemaElement element in elementsWithSimpleType)
            //{

            //    //ConvertedSimplesTypes.Add(type.Name, ConvertToConstraints(type));
            //}

            return ConvertedSimpleTypes;
        }