C# 클래스 Blogposter.Utils

파일 보기 프로젝트 열기: ozamosi/tomboy-blogposter

공개 메소드들

메소드 설명
DecodePass ( XmlNode account ) : string
EncodePass ( string cleartextpass ) : string
OpenXmlfile ( ) : XmlDocument
SaveXmlfile ( XmlDocument doc ) : void
SelectSingleNodeText ( XmlNode root_node, string node_name ) : string
SetOrUpdateNodeText ( XmlNode root_node, string node_name, string new_value ) : void

메소드 상세

DecodePass() 공개 정적인 메소드

public static DecodePass ( XmlNode account ) : string
account System.Xml.XmlNode
리턴 string

EncodePass() 공개 정적인 메소드

public static EncodePass ( string cleartextpass ) : string
cleartextpass string
리턴 string

OpenXmlfile() 공개 정적인 메소드

public static OpenXmlfile ( ) : XmlDocument
리턴 System.Xml.XmlDocument

SaveXmlfile() 공개 정적인 메소드

public static SaveXmlfile ( XmlDocument doc ) : void
doc System.Xml.XmlDocument
리턴 void

SelectSingleNodeText() 공개 정적인 메소드

public static SelectSingleNodeText ( XmlNode root_node, string node_name ) : string
root_node System.Xml.XmlNode
node_name string
리턴 string

SetOrUpdateNodeText() 공개 정적인 메소드

public static SetOrUpdateNodeText ( XmlNode root_node, string node_name, string new_value ) : void
root_node System.Xml.XmlNode
node_name string
new_value string
리턴 void