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
파일 보기 프로젝트 열기: scenarioo/scenarioo-cs

공개 메소드들

메소드 설명
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