C# 클래스 Platform.Communication.Protocol.Gexf.Edge

파일 보기 프로젝트 열기: Konard/LinksPlatform

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
WriteXml ( XmlWriter writer ) : void
WriteXml ( XmlWriter writer, long id, long sourceNodeId, long targetNodeId, string label = null ) : void

메소드 상세

WriteXml() 공개 메소드

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void

WriteXml() 공개 정적인 메소드

public static WriteXml ( XmlWriter writer, long id, long sourceNodeId, long targetNodeId, string label = null ) : void
writer System.Xml.XmlWriter
id long
sourceNodeId long
targetNodeId long
label string
리턴 void