ConfigurationFile Class |
Namespace: Colygon.MatchPoint.Core.Administration
public class ConfigurationFile
The ConfigurationFile type exposes the following members.
Name | Description | |
---|---|---|
ConfigurationFile(String) | Creates a configuration file object with the specified full name on the current MatchPoint instance. | |
ConfigurationFile(String, MPInstance) | Creates a configuration file object with the specified full name. | |
ConfigurationFile(String, Type) | Creates a configuration file object with the specified name and type on the current MatchPoint instance. | |
ConfigurationFile(String, Type, MPInstance) | Creates a configuration file object with the specified name and type. | |
ConfigurationFile(String, Type, Boolean, MPInstance) | Initializes a new instance of the ConfigurationFile class |
Name | Description | |
---|---|---|
Configuration | Returns the configuration object of the configuration file. | |
Exists | Returns true if a configuration file with the specified name exists within the current MatchPoint instance. | |
FullName | Returns a formated string that represents configuration type and name. | |
Name | Returns the configuration file name. | |
Type | Returns the type of the configuration file. | |
Version | Returns the current version of this configuration file. | |
Versions | Returns a collection of the configuration file versions. |
Name | Description | |
---|---|---|
DoesUserHavePermissions | Returns true if the current user has the specified permissions on the configuration file. | |
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.) | |
GetFilesT | ||
GetFilesT(MPInstance) | Returns all configuration files whether the user has permission to read/write the configuration or not. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadConfiguration | Returns the configuration object for the specified version. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OpenElevated(String, MPInstance) | ||
OpenElevated(String, Type, MPInstance) | ||
OpenElevatedT(String) | ||
OpenElevatedT(String, MPInstance) | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update | Updates the configuration object and writes changes to the configuration file. |