[This is preliminary documentation and is subject to change.]
Summary description for CommonConfig.
| C# | Visual Basic | Visual C++ |
public class CommonConfig
Public Class CommonConfig
public ref class CommonConfig
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CommonConfig()()() |
Class constructor.
| |
| CertificateFilename |
Property - Certificate Filename.
| |
| CredentialsFilename |
Property - Credentials Filename.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Hl7ProfileDirectory |
Property - Hl7 Profile Directory.
| |
| Hl7ProfileStoreName |
Property - Hl7 Profile Store Name.
| |
| Hl7ValidationContextFilename |
Property - Hl7 Validation Context Filename.
| |
| Interactive |
Property - Interactive.
This property can be accessed from within the test scripts to determine if the script
should be run in an interactive mode or not. True indicates that the activity log will
be displayed together with any user input when the script is being run.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NistWebServiceUrl |
Property - NIST Web Service URL.
| |
| OverwriteResults |
Property - Overwrite results files.
True - the results will be written directly into the results subdirectory specified by ResultsSubdirectory. Any existing
results files may be overwritten if a test case is re-run.
False - a new subdirectory with a date / time stamp as the directory name will be created in the results subdirectory s
pecified by ResultsSubdirectory and the results files written in this directory.
| |
| ResultsDirectory |
Property - Results Directory.
| |
| ResultsSubdirectory |
Property - Results Sub-directory.
Maybe defined to produce a subdirectory for the results at runtime. This must be set by the application - it does not
come from any kind of config file.
| |
| RootedBaseDirectory |
Property - Rooted Base Directory.
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
| Object | |
| CommonConfig | |