Method | Description | |
---|---|---|
Generate ( Config config, Stream stream ) : void | ||
GenerateChangeSet ( Config oldConfig, Config newConfig ) : ChangeSet | ||
Load ( Config config, Stream stream ) : void |
Method | Description | |
---|---|---|
ParseLine ( string line, Config config, string>.Dictionary |
public static Generate ( Config config, Stream stream ) : void | ||
config | Config | |
stream | Stream | |
return | void |
public static GenerateChangeSet ( Config oldConfig, Config newConfig ) : ChangeSet | ||
oldConfig | Config | |
newConfig | Config | |
return | ChangeSet |
public static Load ( Config config, Stream stream ) : void | ||
config | Config | |
stream | Stream | |
return | void |