Property | Type | Description | |
---|---|---|---|
Resultscache | TextExpressionCompilerResults>.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
SettingChanged | void |
Method | Description | |
---|---|---|
Configuration ( System.Xml.Linq.XElement xml ) : System | ||
Configuration ( string webServerUri ) : System | ||
EntryPoint ( System.Xml.Linq.XElement configurationXML, XElement>.Func |
||
IncrementVersion ( ) : void | ||
Init ( System.Xml.Linq.XElement xml ) : void | ||
ToXml ( ) : System.Xml.Linq.XElement |
Method | Description | |
---|---|---|
SettingChanged ( object sender, |
public Configuration ( System.Xml.Linq.XElement xml ) : System | ||
xml | System.Xml.Linq.XElement | |
return | System |
public Configuration ( string webServerUri ) : System | ||
webServerUri | string | |
return | System |
public static EntryPoint ( System.Xml.Linq.XElement configurationXML, XElement>.Func |
||
configurationXML | System.Xml.Linq.XElement | |
saveCallback | XElement>.Func | |
cancelCallback | System | |
settingChangedCallback | System | |
return | System.Windows.Controls.UserControl |
public Init ( System.Xml.Linq.XElement xml ) : void | ||
xml | System.Xml.Linq.XElement | |
return | void |