BExIS.Xml.Helpers.Mapping.XmlSchemaManager.ConvertSimpleTypes C# (CSharp) Метод

ConvertSimpleTypes() публичный Метод

public ConvertSimpleTypes ( ) : List>.Dictionary
Результат 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;
        }