C# Class mRemoteNG.Config.DataProviders.FileDataProviderWithBackup

Inheritance: FileDataProvider
Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Protected Properties

Свойство Type Description
BackupFileSuffix string

Méthodes publiques

Méthode Description
FileDataProviderWithBackup ( string filePath ) : System
Save ( string content ) : void

Méthodes protégées

Méthode Description
CreateBackup ( ) : void

Method Details

CreateBackup() protected méthode

protected CreateBackup ( ) : void
Résultat void

FileDataProviderWithBackup() public méthode

public FileDataProviderWithBackup ( string filePath ) : System
filePath string
Résultat System

Save() public méthode

public Save ( string content ) : void
content string
Résultat void

Property Details

BackupFileSuffix protected_oe property

protected string BackupFileSuffix
Résultat string