C# Class mRemoteNG.Config.Serializers.XmlConnectionsDeserializer

Inheritance: IDeserializer
ファイルを表示 Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
Deserialize ( ) : ConnectionTreeModel
Deserialize ( bool import ) : ConnectionTreeModel
XmlConnectionsDeserializer ( string xml, Func authenticationRequestor = null ) : System

Private Methods

Method Description
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

Method Details

Deserialize() public method

public Deserialize ( ) : ConnectionTreeModel
return mRemoteNG.Tree.ConnectionTreeModel

Deserialize() public method

public Deserialize ( bool import ) : ConnectionTreeModel
import bool
return mRemoteNG.Tree.ConnectionTreeModel

XmlConnectionsDeserializer() public method

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