C# 클래스 Glyma.UtilityService.Export.IBIS.Common.Model.Xml.XmlElementBase

상속: IXmlElement
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
AddAttributeByKeyValue ( string key, string value ) : void
CreateElement ( ) : void
XmlElementBase ( XmlDocument doc, XmlElement parent ) : System.Collections.Generic

메소드 상세

AddAttributeByKeyValue() 공개 메소드

public AddAttributeByKeyValue ( string key, string value ) : void
key string
value string
리턴 void

CreateElement() 공개 메소드

public CreateElement ( ) : void
리턴 void

XmlElementBase() 공개 메소드

public XmlElementBase ( XmlDocument doc, XmlElement parent ) : System.Collections.Generic
doc System.Xml.XmlDocument
parent System.Xml.XmlElement
리턴 System.Collections.Generic