C# Класс Scenarioo.Api.Util.Xml.XmlTag

Contains an xml-tag which will be binded to an object type. This is relevant to decide, which xml-tag has to be binded to an object type during serialization
Показать файл Открыть проект

Открытые методы

Метод Описание
XmlTag ( ) : System.Collections.Generic
XmlTag ( XmlElement element, List attributes, object bindingObject ) : System.Collections.Generic

Описание методов

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

public XmlTag ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public XmlTag ( XmlElement element, List attributes, object bindingObject ) : System.Collections.Generic
element XmlElement
attributes List
bindingObject object
Результат System.Collections.Generic