C# Class mRemoteNG.Config.Serializers.XmlConnectionsDeserializer

Inheritance: IDeserializer
Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Deserialize ( ) : ConnectionTreeModel
Résultat mRemoteNG.Tree.ConnectionTreeModel

Deserialize() public méthode

public Deserialize ( bool import ) : ConnectionTreeModel
import bool
Résultat mRemoteNG.Tree.ConnectionTreeModel

XmlConnectionsDeserializer() public méthode

public XmlConnectionsDeserializer ( string xml, Func authenticationRequestor = null ) : System
xml string
authenticationRequestor Func
Résultat System