Method | Description | |
---|---|---|
CompileDocument ( ConnectionInfo serializationTarget, bool fullFileEncryption, bool export ) : System.Xml.Linq.XDocument | ||
CompileDocument ( |
||
XmlConnectionsDocumentCompiler ( ICryptographyProvider cryptographyProvider ) : System.Linq |
Method | Description | |
---|---|---|
CompileConnectionInfoNode ( ConnectionInfo connectionInfo ) : System.Xml.Linq.XElement | ||
CompileRecursive ( ConnectionInfo serializationTarget, System.Xml.Linq.XContainer parentElement ) : void | ||
CompileRootNode ( RootNodeInfo rootNodeInfo, bool fullFileEncryption, bool export ) : System.Xml.Linq.XElement | ||
GetRootNodeFromConnectionInfo ( ConnectionInfo connectionInfo ) : RootNodeInfo | ||
GetRootNodeFromConnectionTreeModel ( |
public CompileDocument ( ConnectionInfo serializationTarget, bool fullFileEncryption, bool export ) : System.Xml.Linq.XDocument | ||
serializationTarget | ConnectionInfo | |
fullFileEncryption | bool | |
export | bool | |
return | System.Xml.Linq.XDocument |
public CompileDocument ( |
||
connectionTreeModel | ||
fullFileEncryption | bool | |
export | bool | |
return | System.Xml.Linq.XDocument |
public XmlConnectionsDocumentCompiler ( ICryptographyProvider cryptographyProvider ) : System.Linq | ||
cryptographyProvider | ICryptographyProvider | |
return | System.Linq |