C# Class 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
ファイルを表示 Open project: scenarioo/scenarioo-cs

Public Methods

Method Description
XmlTag ( ) : System.Collections.Generic
XmlTag ( XmlElement element, List attributes, object bindingObject ) : System.Collections.Generic

Method Details

XmlTag() public method

public XmlTag ( ) : System.Collections.Generic
return System.Collections.Generic

XmlTag() public method

public XmlTag ( XmlElement element, List attributes, object bindingObject ) : System.Collections.Generic
element XmlElement
attributes List
bindingObject object
return System.Collections.Generic