ParameterDefault Methods
Class Methods 2 members
Represents how a default value should be retrieved.
Generates a value for the parameter.
public abstract class ParameterDefault{ public abstract string GetDefaultValue() { // ... }}Returns
string The generated string value. WriteToManifest(ManifestPublishingContext) Section titled WriteToManifest(ManifestPublishingContext) abstract Writes the current
ParameterDefault to the manifest context. public abstract class ParameterDefault{ public abstract void WriteToManifest( ManifestPublishingContext context) { // ... }}Parameters
context ManifestPublishingContext The context for the manifest publishing operation.