TransformationArgument.TransformationArgument Constructor
Definition
- Assembly
- Sandcastle.Core.dll
TransformationArgument(string, bool, bool, string, string)
Constructor
public TransformationArgument(string key, bool isForConceptualBuild, bool isForReferenceBuild, string value, string description)
Parameters
keystringThe transformation argument key name
isForConceptualBuildboolTrue if used in conceptual builds, false if not
isForReferenceBuildboolTrue if used in reference builds, false if not
valuestringThe default value of the argument
descriptionstringA description of the transformation argument
TransformationArgument(string, bool, bool, string, XElement)
Constructor
public TransformationArgument(string key, bool isForConceptualBuild, bool isForReferenceBuild, string description, XElement content)
Parameters
keystringThe transformation argument key name
isForConceptualBuildboolTrue if used in conceptual builds, false if not
isForReferenceBuildboolTrue if used in reference builds, false if not
descriptionstringA description of the transformation argument
contentXElementThe default content of the argument
TransformationArgument(XElement)
Constructor
public TransformationArgument(XElement argument)
Parameters
argumentXElementThe XML element containing the transform component argument settings
Remarks
This is used by designers to create arguments from serialized project settings