메소드 | 설명 | |
---|---|---|
GrandOutputConfiguration ( ) : System |
Initializes a new GrandOutputConfiguration.
|
|
Load ( System.Xml.Linq.XElement e, IActivityMonitor monitor ) : bool |
Loads this configuration from a XElement.
|
|
LoadFromFile ( string path, IActivityMonitor monitor ) : bool |
Loads this configuration from a XElement.
|
메소드 | 설명 | |
---|---|---|
CreatePredicateFromWildcards ( string pattern, RegexOptions opt ) : bool>.Func |
||
CreatePredicateRegex ( string regex, RegexOptions opt ) : bool>.Func |
||
DoSequenceOrParallelOrAdd ( IActivityMonitor monitor, Action |
||
FillRoute ( IActivityMonitor monitor, System.Xml.Linq.XElement xml, |
||
FillSubRoute ( IActivityMonitor monitor, System.Xml.Linq.XElement xml, |
||
FindConfigurationType ( string type ) : |
||
ReadSourceOverrideFilter ( System.Xml.Linq.XElement e, SourceFilterApplyMode &apply, IActivityMonitor monitor ) : LogFilter>.Dictionary |
public Load ( System.Xml.Linq.XElement e, IActivityMonitor monitor ) : bool | ||
e | System.Xml.Linq.XElement | The xml element: its name must be GrandOutputConfiguration. |
monitor | IActivityMonitor | Monitor that will be used. |
리턴 | bool |
public LoadFromFile ( string path, IActivityMonitor monitor ) : bool | ||
path | string | Path to the configuration xml file. |
monitor | IActivityMonitor | Monitor that will be used. |
리턴 | bool |