Click or drag to resize
ProjectProperties Methods

The ProjectProperties type exposes the following members.

Methods
  NameDescription
Public methodCorrectDeserializedOldProjectSettings
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.
Public methodDeserializeFromReader
Deserializes the data for this class from the xml reader passed in
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInheritFromPreferences
Inherits from preferences.
Public methodInitDefaultsInOldVersion
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.
Public methodMakeFolderAbsolute
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrecalculatePatternFragmentPresence
Precalculates the pattern fragment presence in the field name patterns.
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also