ProjectProperties Methods |
The ProjectProperties type exposes the following members.
Name | Description | |
---|---|---|
CorrectDeserializedOldProjectSettings |
Corrects the deserialized old project settings to new values: the values which were previously TriStateBool values were converted to normal bool values and have to
be read from the preferences.
| |
DeserializeFromReader |
Deserializes the data for this class from the xml reader passed in
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InheritFromPreferences |
Inherits from preferences.
| |
InitDefaultsInOldVersion |
Initializes the defaults in this version as it's an old project. Use this method to overwrite settings which have to be reset in this version.
| |
MakeFolderAbsolute |
Routine which will produce a full, absolute folder (e.g. c:\foo\bar), from the folder specified. If the folder specified is a full folder (i.e.
doesn't start with .\ or ..\ or is equal to '.'), the folder is simply returned as result. If the folder is a relative folder, it is seen as
relative folder from the location of this project, so it's appended to the ProjectLocationPathFilename's path.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrecalculatePatternFragmentPresence |
Precalculates the pattern fragment presence in the field name patterns.
| |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |