C# Class Platform.Communication.Protocol.Gexf.Edge

Afficher le fichier Open project: Konard/LinksPlatform

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
WriteXml ( XmlWriter writer ) : void
WriteXml ( XmlWriter writer, long id, long sourceNodeId, long targetNodeId, string label = null ) : void

Method Details

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void

WriteXml() public static méthode

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
Résultat void