Exemplo n.º 1
0
        private void ParseAttributes(Dictionary <string, Dictionary <string, object> > items)

        {
            _attributeTypes = new AttributeTypeManager(items);
        }
Exemplo n.º 2
0
 private void ParseAttributes(List <string> items)
 {
     _attributeTypes = new AttributeTypeManager(items);
 }
Exemplo n.º 3
0
 private void ParseAttributes (List<string> items)
 {
     _attributeTypes = new AttributeTypeManager (items);
 }