C# 클래스 mRemoteNG.Config.Serializers.XmlConnectionsDeserializer

상속: IDeserializer
파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( ) : ConnectionTreeModel
Deserialize ( bool import ) : ConnectionTreeModel
XmlConnectionsDeserializer ( string xml, Func authenticationRequestor = null ) : System

비공개 메소드들

메소드 설명
AddNodesFromXmlRecursive ( XmlNode parentXmlNode, ContainerInfo parentContainer ) : void
CreateDecryptor ( RootNodeInfo rootNodeInfo, XmlElement connectionsRootElement = null ) : void
GetConnectionInfoFromXml ( XmlNode xmlnode ) : ConnectionInfo
InitializeRootNode ( XmlElement connectionsRootElement ) : void
IsExportFile ( XmlElement rootConnectionsNode ) : bool
LoadXmlConnectionData ( string connections ) : void
ShowIncompatibleVersionDialogBox ( ) : void
ValidateConnectionFileVersion ( ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( ) : ConnectionTreeModel
리턴 mRemoteNG.Tree.ConnectionTreeModel

Deserialize() 공개 메소드

public Deserialize ( bool import ) : ConnectionTreeModel
import bool
리턴 mRemoteNG.Tree.ConnectionTreeModel

XmlConnectionsDeserializer() 공개 메소드

public XmlConnectionsDeserializer ( string xml, Func authenticationRequestor = null ) : System
xml string
authenticationRequestor Func
리턴 System